311012f072535713c144bfe39436acd835eca9ef hiram Tue Apr 19 13:32:41 2022 -0700 adding gar to the build system refs #29237 diff --git src/hg/gar/makefile src/hg/gar/makefile index f02346a..500b507 100644 --- src/hg/gar/makefile +++ src/hg/gar/makefile @@ -1,24 +1,30 @@ kentSrc = ../.. include $(kentSrc)/inc/common.mk ifeq (${CGI_BIN_USER},) CGI_BIN_USER=${CGI_BIN}-${USER} endif ifeq (${CGI_BIN_BETA},) CGI_BIN_BETA=${CGI_BIN}-beta endif my:: cp -p --remove-destination gar.cgi.pl $(CGI_BIN_USER)/gar +cgi:: + cp -p --remove-destination gar.cgi.pl $(CGI_BIN_USER)/gar + alpha:: cp -p --remove-destination gar.cgi.pl $(CGI_BIN)/gar beta:: cp -p --remove-destination gar.cgi.pl $(CGI_BIN_BETA)/gar install:: cp -p --remove-destination gar.cgi.pl $(CGI_BIN)/gar +compile:: + @ls -og gar.cgi.pl + clean::