add 'make uninstall'. this should fix issue #23
This commit is contained in:
7
Makefile
7
Makefile
@ -287,6 +287,13 @@ header: FORCE
|
|||||||
$(shell python qemu/header_gen.py $(var) > qemu/$(var).h;))
|
$(shell python qemu/header_gen.py $(var) > qemu/$(var).h;))
|
||||||
@echo "Generated headers for $(TARGETS)."
|
@echo "Generated headers for $(TARGETS)."
|
||||||
|
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm -rf $(INCDIR)/$(LIBNAME)
|
||||||
|
rm -f $(LIBDIR)/lib$(LIBNAME).*
|
||||||
|
rm -f $(PKGCFGDIR)/$(LIBNAME).pc
|
||||||
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C qemu clean
|
$(MAKE) -C qemu clean
|
||||||
rm -rf *.d *.o
|
rm -rf *.d *.o
|
||||||
|
Reference in New Issue
Block a user