mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-18 20:03:47 +00:00
Bring back mrproper to fix all the recent build issues
This commit is contained in:
parent
e012f03559
commit
2acb5352ef
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user