592607d89690cca775cdccde3b53ac98f1e84c86
chmalee
  Fri Apr 11 12:18:19 2025 -0700
Add a beta target to the hgHubConnect hooks, refs Jonathan email

diff --git src/hg/hgHubConnect/makefile src/hg/hgHubConnect/makefile
index 5aca0ac214b..ec6d550c073 100644
--- src/hg/hgHubConnect/makefile
+++ src/hg/hgHubConnect/makefile
@@ -9,15 +9,20 @@
 
 O = $A.o trackHubWizard.o
 
 include ../../inc/cgi_build_rules.mk
  
 compile: $O
 	${CC} -o $A${EXE} -g $O ${MYLIBS} ${L}
 ifeq (${IS_HGWDEV},yes)
 	cd hooks && ${MAKE}
 endif
 
 alpha:: compile
 ifeq (${IS_HGWDEV},yes)
 	cd hooks && ${MAKE} alpha
 endif
+
+beta:: compile
+ifeq (${IS_HGWDEV},yes)
+	cd hooks && ${MAKE} beta
+endif