aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5753eb7b..178e243f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.44 2008-12-10 20:25:41 nicm Exp $
+# $Id: GNUmakefile,v 1.45 2008-12-13 17:40:30 nicm Exp $
.PHONY: clean
@@ -98,7 +98,7 @@ endif
OBJS= $(patsubst %.c,%.o,$(SRCS))
-CLEANFILES= $(PROG) y.tab.c y.tab.h $(OBJS) .depend
+CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log index.html
CPPFLAGS+= $(INCDIRS)