src/hg/makeDb/makefile 1.45

1.45 2010/03/14 23:07:24 hiram
need to clean hgTomRough
Index: src/hg/makeDb/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/makeDb/makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -b -B -U 1000000 -r1.44 -r1.45
--- src/hg/makeDb/makefile	17 Feb 2010 20:07:46 -0000	1.44
+++ src/hg/makeDb/makefile	14 Mar 2010 23:07:24 -0000	1.45
@@ -1,72 +1,75 @@
 # Build all directories in makeDb 
 
 include ../../inc/common.mk
 
 # List of directories to build
 USE_DIRS = $(DIRS)
 
 DIRS = \
 	hgAar \
 	hgAddLiftOverChain \
 	hgBbiDbLink \
 	hgClonePos \
 	hgCountAlign \
 	hgCtgPos \
 	hgDeleteChrom \
 	hgExperiment \
 	hgExtFileCheck \
 	hgFakeAgp \
 	hgFindSpec \
 	hgGcPercent \
 	hgGeneBands \
 	hgGenericMicroarray \
 	hgPar \
 	hgGoldGapGl \
 	hgKgGetText \
 	hgKgMrna \
 	hgKnownMore \
 	hgKnownMore.oo21 \
 	hgLoadBed \
 	hgLoadBlastTab \
 	hgLoadChain \
 	hgLoadChromGraph \
 	hgLoadGenePred \
 	hgLoadItemAttr \
 	hgLoadMaf \
 	hgLoadMafFrames \
 	hgLoadNet \
 	hgLoadOut \
 	hgLoadPsl \
 	hgLoadSeq \
 	hgLoadSample \
 	hgLoadSqlTab \
 	hgLoadWiggle \
 	hgMapMicroarray \
 	hgMedianMicroarray \
 	hgNibSeq \
 	hgPepPred \
 	hgRatioMicroarray \
         hgDropSplitTable \
         hgRenameSplitTable \
 	hgSanger20 \
 	hgSanger22 \
 	hgStanfordMicroarray \
 	hgStsAlias \
 	hgStsMarkers \
 	hgTomRough \
 	hgTpf \
 	hgTraceInfo \
 	hgTrackDb \
 	hgWaba \
 	ldHgGene \
 	hgMrnaRefseq \
 	schema \
 	tfbsConsLoc \
 	tfbsConsSort \
 	outside \
         trackDbRaFormat \
 	trackDbPatch
 
 all: $(USE_DIRS:%=%.all)
 %.all:
 	( cd $* && echo $* && $(MAKE) )
+
+clean::
+	cd hgTomRough && ${MAKE} clean