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 4 -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
@@ -11,4 +11,7 @@
cd refineAli && ${MAKE}
cd stitchea && ${MAKE}
cd sortFilt && ${MAKE}
cd aliGlue && ${MAKE}
+
+clean::
+ cd g2cCheck && ${MAKE} clean