cd9fcf3a5db3a44e5af268f4c3e7308b67ef5246 hiram Thu Apr 4 14:13:59 2013 -0700 fixup make test targets to function with userApp.sh refs #9104 diff --git src/hg/embossToPsl/makefile src/hg/embossToPsl/makefile index 97b18fc..7aebf07 100644 --- src/hg/embossToPsl/makefile +++ src/hg/embossToPsl/makefile @@ -1,9 +1,3 @@ kentSrc = ../.. A = embossToPsl include $(kentSrc)/inc/userApp.mk - -test:: compile - cd tests && ${MAKE} test - -clean:: - cd tests && ${MAKE} clean