src/cdnaAli/makefile 1.5

1.5 2010/03/14 23:04:10 hiram
need to clean in g2cCheck
Index: src/cdnaAli/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/cdnaAli/makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 1000000 -r1.4 -r1.5
--- src/cdnaAli/makefile	3 Nov 2004 21:52:49 -0000	1.4
+++ src/cdnaAli/makefile	14 Mar 2010 23:04:10 -0000	1.5
@@ -1,14 +1,17 @@
 all:
 	cd lib && ${MAKE}
 	cd ali2alx && ${MAKE}
 	cd binGood && ${MAKE}
 	cd cdnaOff && ${MAKE}
 	cd cluster && ${MAKE}
 	cd exonAli && ${MAKE}
 	cd findCdna && ${MAKE}
 	cd g2cCheck && ${MAKE}
 	cd introns && ${MAKE}
 	cd refineAli && ${MAKE}
 	cd stitchea && ${MAKE}
 	cd sortFilt && ${MAKE}
 	cd aliGlue && ${MAKE}
+
+clean::
+	cd g2cCheck && ${MAKE} clean