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 4 -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
@@ -3,4 +3,9 @@
all:
cd gfPcr && ${MAKE}
cd isPcr && ${MAKE}
cd webPcr && ${MAKE}
+
+clean::
+ cd gfPcr && ${MAKE} clean
+ cd isPcr && ${MAKE} clean
+ cd webPcr && ${MAKE} clean