mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-05 14:55:46 +00:00
add 'make uninstall'. this should fix issue #23
This commit is contained in:
parent
033a44361b
commit
557e004426
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
|
||||||
|
|
Loading…
Reference in a new issue