src/isPcr/makefile 1.2

1.2 2010/03/14 23:21:54 hiram
need a clean target
Index: src/isPcr/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/isPcr/makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 1000000 -r1.1 -r1.2
--- src/isPcr/makefile	7 Jun 2004 18:42:57 -0000	1.1
+++ src/isPcr/makefile	14 Mar 2010 23:21:54 -0000	1.2
@@ -1,6 +1,11 @@
 include ../inc/common.mk
 
 all:
 	cd gfPcr && ${MAKE}
 	cd isPcr && ${MAKE}
 	cd webPcr && ${MAKE}
+
+clean::
+	cd gfPcr && ${MAKE} clean
+	cd isPcr && ${MAKE} clean
+	cd webPcr && ${MAKE} clean