25546a4fa8be6bc1977c1ffcb7a1b5b8ce1aef5b
max
  Sat Dec 20 22:32:41 2014 -0800
adding bigBedInfo to the beacon binaries, refs #14393
diff --git src/utils/makefile src/utils/makefile
index 6873f49..a030bf2 100644
--- src/utils/makefile
+++ src/utils/makefile
@@ -171,31 +171,41 @@
 %.userApps:
 	cd $* && echo $* && $(MAKE)
 
 scripts: $(SCRIPT_FILES:%=%.scripts)
 	chmod +x genePredToBed/genePredToBed;
 	rm -f ${SCRIPTS}/genePredToBed;
 	echo cp -p genePredToBed/genePredToBed ${SCRIPTS};
 	@cp -p genePredToBed/genePredToBed ${SCRIPTS};
 
 %.scripts:
 	chmod +x $*
 	rm -f ${SCRIPTS}/$*
 	echo cp -p $* ${SCRIPTS}
 	cp -p $* ${SCRIPTS}
 
+cgi:
+	cd bigBedToBed && make cgi
+	cd bigBedInfo && make cgi
+
 alpha: scripts all
+	cd bigBedToBed && make alpha
+	cd bigBedInfo && make alpha
+
+beta:
+	cd bigBedToBed && make beta
+	cd bigBedInfo && make beta
 
 testAll: $(ALL_APPS:%=%.testAll)
 
 %.testAll:
 	@test -s $*/tests/makefile && (echo $*; cd $* && $(MAKE) test) || true
 
 test: testAll
 	cd faToTwoBit && ${MAKE} test
 	cd twoBitToFa && ${MAKE} test
 	cd twoBitInfo && ${MAKE} test
 	cd bedGeneParts && ${MAKE} test
 
 clean: $(ALL_APPS:%=%.clean)
 	touch non-empty-rm.o
 	- find . -name \*.o -print | xargs rm