aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-12-13 17:40:30 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-12-13 17:40:30 +0000
commitde0a3a08407b0de61e20fb4829185d3d248a269c (patch)
treeb1bef2a80b7e8847d458b0420fd9fab239dd9f9e
parentf26c691b08cc1c80f005c01dd5af1f6d781c5e65 (diff)
downloadrtmux-de0a3a08407b0de61e20fb4829185d3d248a269c.tar.gz
rtmux-de0a3a08407b0de61e20fb4829185d3d248a269c.tar.bz2
rtmux-de0a3a08407b0de61e20fb4829185d3d248a269c.zip
Fix CLEANFILES.
-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)