From ab967724365e8210ad51bbaa8b2c2d28f548e188 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sun, 20 Sep 2009 22:06:34 +0000 Subject: Delete backup files in the compat directory, as well. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e196bfaf..2ab651e3 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.150 2009-09-20 19:01:01 nicm Exp $ +# $Id: Makefile,v 1.151 2009-09-20 22:06:34 tcunha Exp $ .SUFFIXES: .c .o .PHONY: clean @@ -53,7 +53,7 @@ depend: mkdep ${CPPFLAGS} ${CFLAGS} ${SRCS:M*.c} clean: - rm -f tmux *.o *~ *.core *.log compat/*.o + rm -f tmux *.o *~ *.core *.log compat/*.o compat/*~ clean-depend: rm -f .depend -- cgit