src/hg/ratStuff/mafsInRegion/makefile 1.5

1.5 2010/03/29 18:36:21 galt
every makefile should have a clean target
Index: src/hg/ratStuff/mafsInRegion/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/ratStuff/mafsInRegion/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 1000000 -r1.4 -r1.5
--- src/hg/ratStuff/mafsInRegion/makefile	15 Oct 2009 19:29:43 -0000	1.4
+++ src/hg/ratStuff/mafsInRegion/makefile	29 Mar 2010 18:36:21 -0000	1.5
@@ -1,14 +1,17 @@
 include ../../../inc/common.mk
 
 L += ${MYSQLLIBS} -lm
 MYLIBDIR = ../../../lib/${MACHTYPE}
 MYLIBS =  ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a
 
 A = mafsInRegion
 O = ${A}.o
 
 ${A}: compile
 	${STRIP} ${DESTDIR}${BINDIR}/${A}${EXE}
 
 compile: $O ${MYLIBS}
 	${CC} ${COPT} ${CFLAGS} -o ${DESTDIR}${BINDIR}/${A} $O ${MYLIBS} ${L}
+
+clean:
+	rm -f $O