diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |