summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b19b555..7b3e85c 100644
--- a/Makefile
+++ b/Makefile
@@ -210,6 +210,7 @@ clean: $(foreach tool,$(TOOLS),$(tool)_clean)
distclean: clean
$(Q)$(call RM,Config)
$(Q)$(call RM,config.h)
+ $(Q)$(call RM,config.log)
mrproper: distclean
$(Q)$(GIT_REM)