X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=3c48e69e91f6dbefee50b52d5d3a14b08dcac4ec;hb=dbcf1cfb8ad1086c21d64e249f012809403e7ddc;hp=8d969e781d0d6949852b499d76b481481581a0a5;hpb=9c2e46183a19d661f0a618a8eabe8ce1f6a8e2d6;p=rsem.git diff --git a/makefile b/makefile index 8d969e7..3c48e69 100644 --- a/makefile +++ b/makefile @@ -135,6 +135,11 @@ rsem-sam-validator : sam/bam.h sam/sam.h my_assert.h samValidator.cpp sam/libbam rsem-scan-for-paired-end-reads : sam/bam.h sam/sam.h my_assert.h scanForPairedEndReads.cpp sam/libbam.a $(CC) -O3 -Wall scanForPairedEndReads.cpp sam/libbam.a -lz -o $@ +.PHONY: ebseq + +ebseq : + cd EBSeq ; ${MAKE} all + clean : rm -f *.o *~ $(PROGRAMS) cd sam ; ${MAKE} clean