summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-09-20 22:06:34 +0000
committerTiago Cunha <tcunha@gmx.com>2009-09-20 22:06:34 +0000
commitab967724365e8210ad51bbaa8b2c2d28f548e188 (patch)
treeda35a040cb63672ecae97ba2a85d6414adfeaf5e /GNUmakefile
parentc7ace08193712f7f409d9f9f9ddc48d3e5c435d3 (diff)
Delete backup files in the compat directory, as well.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 60e9afe4..f3b2f2e2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.115 2009-09-20 19:01:01 nicm Exp $
+# $Id: GNUmakefile,v 1.116 2009-09-20 22:06:34 tcunha Exp $
.PHONY: clean
@@ -48,7 +48,7 @@ depend: $(SRCS)
$(CC) $(CPPFLAGS) $(CFLAGS) -MM $(SRCS) > .depend
clean:
- rm -f tmux *.o *~ *.core *.log compat/*.o
+ rm -f tmux *.o *~ *.core *.log compat/*.o compat/*~
clean-depend:
rm -f .depend