makefile: remove config.h and config.log in distclean

This commit is contained in:
Miroslav Lichvar 2016-05-13 12:27:51 +02:00
parent 8a996572d2
commit 16a1a89bf4

View file

@ -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