3c1d42b5846d46612b495f1aeece9a20857480ec max Fri May 25 16:22:04 2018 -0700 crispr track for ce11, refs #21517 diff --git src/utils/makefile src/utils/makefile index ab3eba9..0b5d993 100644 --- src/utils/makefile +++ src/utils/makefile @@ -171,30 +171,31 @@ tabRepl \ uniprotToTab \ ggTables \ ggGeneClasses \ ggGpmlToTab \ ggKgmlToTab \ ggMsrToTab \ ggPidToTab \ ggPpiToTab \ ggSpfToTab \ bedNamePickFirst \ bedBestTranscript \ genePredToBed \ cgiSmokeTest \ phegenToBed \ + doLocusName \ ${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'