Bring back mrproper to fix all the recent build issues

This commit is contained in:
pancake 2018-08-13 14:17:41 +02:00
parent e012f03559
commit 2acb5352ef

View File

@ -169,7 +169,6 @@ ifneq ($(USE_ZIP),NO)
endif
clean:
rm -f `find . -type f -iname '*.d'`
rm -f libr/libr.a libr/libr.dylib libr/include/r_version.h
rm -rf libr/.libr
for DIR in shlr libr binr ; do $(MAKE) -C "$$DIR" clean ; done
@ -179,6 +178,9 @@ clean:
rm -f libr/include/r_userconf.h libr/config.mk
rm -f pkgcfg/*.pc
distclean mrproper: clean
rm -f `find . -type f -iname '*.d'`
pkgcfg:
cd libr && ${MAKE} pkgcfg