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/utils/bedGeneParts/makefile src/utils/bedGeneParts/makefile index 0352339..e61ab82 100644 --- src/utils/bedGeneParts/makefile +++ src/utils/bedGeneParts/makefile @@ -1,17 +1,17 @@ kentSrc = ../.. A = bedGeneParts include $(kentSrc)/inc/userApp.mk L += -lm -test: +test:: bedGeneParts firstExon test.in firstExon.out diff firstExon.expected firstExon.out bedGeneParts introns test.in introns.out diff introns.expected introns.out bedGeneParts promoter test.in promoter.out diff promoter.expected promoter.out bedGeneParts firstCodingSplice test.in firstCodingSplice.out diff firstCodingSplice.expected firstCodingSplice.out clean:: rm -f firstExon.out introns.out promoter.out firstCodingSplice.out