mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 05:05:36 +00:00
Makefile: clean remove library *.{a,def}
This commit is contained in:
parent
ed7e19e1b7
commit
8f488a101c
2
Makefile
2
Makefile
|
@ -307,7 +307,7 @@ uninstall:
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C qemu clean
|
$(MAKE) -C qemu clean
|
||||||
rm -rf *.d *.o
|
rm -rf *.d *.o
|
||||||
rm -rf lib$(LIBNAME)* $(LIBNAME)*.lib $(LIBNAME)*.dll $(LIBNAME)*.exp cyg$(LIBNAME)*.dll
|
rm -rf lib$(LIBNAME)* $(LIBNAME)*.lib $(LIBNAME)*.dll $(LIBNAME)*.a $(LIBNAME)*.def $(LIBNAME)*.exp cyg$(LIBNAME)*.dll
|
||||||
$(MAKE) -C samples clean
|
$(MAKE) -C samples clean
|
||||||
$(MAKE) -C tests/unit clean
|
$(MAKE) -C tests/unit clean
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue