7140201cf33552ce442df7f585cda379c2fbb8bf max Sun Mar 4 22:13:53 2018 -0800 adding phegeni tools and trackDb, refs #21052 diff --git src/utils/makefile src/utils/makefile index 4d112f0..7edf4e4 100644 --- src/utils/makefile +++ src/utils/makefile @@ -170,30 +170,31 @@ pslSameGene \ tabRepl \ uniprotToTab \ ggTables \ ggGeneClasses \ ggGpmlToTab \ ggKgmlToTab \ ggMsrToTab \ ggPidToTab \ ggPpiToTab \ ggSpfToTab \ bedNamePickFirst \ bedBestTranscript \ genePredToBed \ cgiSmokeTest \ + phegenToBed \ ${USER_APP_SCRIPTS} # List of all directories to build ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS) # all: builds all utilities here all: $(ALL_APPS:%=%.all) %.all: cd $* && echo $* && $(MAKE) # userAppsB: builds the user application specific programs # it would have been nice to be able to use the target name 'userApps'