b2cd11b937042bae6919758a5fa695a1d6c86426 chmalee Wed Oct 16 10:39:19 2024 -0700 Rebuild hook scripts automatically diff --git src/hg/hgHubConnect/makefile src/hg/hgHubConnect/makefile index 594c2da..ff09894 100644 --- src/hg/hgHubConnect/makefile +++ src/hg/hgHubConnect/makefile @@ -1,18 +1,19 @@ kentSrc = ../.. include ../../inc/common.mk L += -lm ${MYSQLLIBS} MYLIBDIR = ../../lib/${MACHTYPE} MYLIBS = ${MYLIBDIR}/jkhgapcgi.a ${MYLIBDIR}/jkhgap.a ${MYLIBDIR}/jkweb.a A = hgHubConnect O = $A.o trackHubWizard.o include ../../inc/cgi_build_rules.mk compile: $O ${CC} -o $A${EXE} -g $O ${MYLIBS} ${L} + cd hooks && make alpha:: compile - cd hooks && make + cd hooks && make alpha