diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-20 22:06:34 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-20 22:06:34 +0000 |
commit | ab967724365e8210ad51bbaa8b2c2d28f548e188 (patch) | |
tree | da35a040cb63672ecae97ba2a85d6414adfeaf5e | |
parent | c7ace08193712f7f409d9f9f9ddc48d3e5c435d3 (diff) | |
download | rtmux-ab967724365e8210ad51bbaa8b2c2d28f548e188.tar.gz rtmux-ab967724365e8210ad51bbaa8b2c2d28f548e188.tar.bz2 rtmux-ab967724365e8210ad51bbaa8b2c2d28f548e188.zip |
Delete backup files in the compat directory, as well.
-rw-r--r-- | GNUmakefile | 4 | ||||
-rw-r--r-- | Makefile | 4 |
2 files changed, 4 insertions, 4 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 @@ -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 |