a70847bc6ba96880ae1737bae20ef8645264ae94 hiram Thu Apr 4 11:26:58 2013 -0700 cleaning up test target and adding that generic target in userApp.mk refs #9104 diff --git src/hg/gbGetEntries/makefile src/hg/gbGetEntries/makefile index e98e0ad..2146aa2 100644 --- src/hg/gbGetEntries/makefile +++ src/hg/gbGetEntries/makefile @@ -1,9 +1,3 @@ kentSrc = ../.. A = gbGetEntries include $(kentSrc)/inc/userApp.mk - -test:: - cd tests && ${MAKE} test - -clean:: - cd tests && ${MAKE} clean