src/hg/mouseStuff/makefile 1.23
1.23 2010/03/15 04:07:20 hiram
Well, we need a clean in simpleChain
Index: src/hg/mouseStuff/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/mouseStuff/makefile,v
retrieving revision 1.22
retrieving revision 1.23
diff -b -B -U 4 -r1.22 -r1.23
--- src/hg/mouseStuff/makefile 15 Mar 2010 03:03:52 -0000 1.22
+++ src/hg/mouseStuff/makefile 15 Mar 2010 04:07:20 -0000 1.23
@@ -77,7 +77,6 @@
all: ${USE_DIRS:%=%.all}
%.all:
( cd $* && echo $* && ${MAKE} )
-clean:: ${USE_DIRS:%=%.clean}
-%.clean:
- (cd $* && ${MAKE} clean)
+clean::
+ cd simpleChain && ${MAKE} clean