summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 129e3288..643e62a6 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ clean:
y.tab.c lex.yy.c y.tab.h y.output $(TESTS:.ok=.out)
distclean: clean
- rm -f config.make
+ rm -f config.make config.log
depend: $(PROG)
$(PROG) $(top_srcdir)/depend.txr > $(top_srcdir)/dep.mk