diff options
| author | Tiago Cunha <tcunha@gmx.com> | 2009-01-18 15:57:28 +0000 |
|---|---|---|
| committer | Tiago Cunha <tcunha@gmx.com> | 2009-01-18 15:57:28 +0000 |
| commit | 6384c60c108e4d2a9f4489407f9426539a1e6ce3 (patch) | |
| tree | 9133d2013f3ead6dde338344f87e6b4118131448 /GNUmakefile | |
| parent | b45c37edc66d326166ad7d52922ff48060d77a09 (diff) | |
| download | rtmux-6384c60c108e4d2a9f4489407f9426539a1e6ce3.tar.gz rtmux-6384c60c108e4d2a9f4489407f9426539a1e6ce3.tar.bz2 rtmux-6384c60c108e4d2a9f4489407f9426539a1e6ce3.zip | |
Remove object files in the compat directory.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index cde1deb3..231efd0d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.60 2009-01-18 14:40:48 nicm Exp $ +# $Id: GNUmakefile,v 1.61 2009-01-18 15:57:28 tcunha Exp $ .PHONY: clean @@ -105,7 +105,7 @@ endif OBJS= $(patsubst %.c,%.o,$(SRCS)) -CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log index.html +CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log compat/*.o index.html CPPFLAGS+= $(INCDIRS) |