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/liftAcross/makefile src/hg/liftAcross/makefile index 3acb1e3..eef2b96 100644 --- src/hg/liftAcross/makefile +++ src/hg/liftAcross/makefile @@ -1,9 +1,3 @@ kentSrc = ../.. A = liftAcross include $(kentSrc)/inc/userApp.mk - -test: - cd tests && ${MAKE} - -clean:: - cd tests && ${MAKE} clean