f73263a8db02695b1f9222a7765d2d2c415a3bde
kent
  Wed Feb 4 09:03:26 2015 -0800
Adding tagStorm dir to compile targets.

diff --git src/makefile src/makefile
index 27e984a..37c5f26 100644
--- src/makefile
+++ src/makefile
@@ -142,31 +142,31 @@
 	cd utils && ${MAKE}
 	cd hg && ${MAKE} utils
 
 utils-alpha: libs
 	${MKDIR} ${SCRIPTS}
 	cd parasol && ${MAKE}
 	@for D in ${DIRS} x; do \
             if test "$$D" != "x" ; then \
                 ( cd $$D && echo $$D && ${MAKE} ) ;\
                 x=$$? ; if [ $$x -ne 0 ]; then exit $$x ; fi \
             fi ;\
 	done
 	cd utils && ${MAKE} alpha
 	cd hg && ${MAKE} utils
 
-DIRS = ameme blat index dnaDust protDust weblet aladdin primeMate fuse meta
+DIRS = ameme blat index dnaDust protDust weblet aladdin primeMate fuse meta tagStorm
 
 ##  cellar archive for obsolete programs
 
 cellarDirs = cdnaAli getgene idbQuery reformat scanIntrons tracks wormAli \
 	xenoAli
 
 buildCellar: $(cellarDirs:%=%.cellar)
 
 %.cellar: libs destBin
 	cd $* && echo $* && $(MAKE)
 
 cleanCellar: $(cellarDirs:%=%.cellarClean)
 %.cellarClean:
 	cd $* && echo $* && $(MAKE) clean