summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-01-18 15:57:28 +0000
committerTiago Cunha <tcunha@gmx.com>2009-01-18 15:57:28 +0000
commit6384c60c108e4d2a9f4489407f9426539a1e6ce3 (patch)
tree9133d2013f3ead6dde338344f87e6b4118131448 /Makefile
parentb45c37edc66d326166ad7d52922ff48060d77a09 (diff)
Remove object files in the compat directory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 30b6348f..30df1cdc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.100 2009-01-18 15:18:33 nicm Exp $
+# $Id: Makefile,v 1.101 2009-01-18 15:57:28 tcunha Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean update-index.html upload-index.html
@@ -92,7 +92,7 @@ DISTDIR= ${PROG}-${VERSION}
DISTFILES= *.[chyl] Makefile GNUmakefile *.[1-9] NOTES TODO CHANGES FAQ \
`find examples compat -type f -and ! -path '*CVS*'`
-CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log index.html
+CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log compat/*.o index.html
.c.o:
${CC} ${CFLAGS} ${INCDIRS} -c ${.IMPSRC} -o ${.TARGET}