Skip to content

Commit

Permalink
Add rm r_version.h to make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
mcd1992 authored and radare committed Jun 16, 2018
1 parent 7cb75f7 commit 2fee368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -169,7 +169,7 @@ ifneq ($(USE_ZIP),NO)
endif

clean: rmd
rm -f libr/libr.a libr/libr.dylib
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

Expand Down

0 comments on commit 2fee368

Please sign in to comment.