makefile: remove config.h and config.log in distclean
This commit is contained in:
parent
8a996572d2
commit
16a1a89bf4
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ $(HASH_OBJ) : $(patsubst %.o,%.c,$(HASH_OBJ))
|
|||
|
||||
distclean : clean
|
||||
-rm -f .DS_Store
|
||||
-rm -f Makefile
|
||||
-rm -f Makefile config.h config.log
|
||||
$(MAKE) -C doc distclean
|
||||
$(MAKE) -C test/unit distclean
|
||||
|
||||
|
|
Loading…
Reference in a new issue