X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=3c48e69e91f6dbefee50b52d5d3a14b08dcac4ec;hb=dbcf1cfb8ad1086c21d64e249f012809403e7ddc;hp=d706f55ba04e7cf91ac376310e21c5b1fc5de55e;hpb=613928be32cc58ba330ac30960f4b75440b6d80a;p=rsem.git diff --git a/makefile b/makefile index d706f55..3c48e69 100644 --- a/makefile +++ b/makefile @@ -135,6 +135,8 @@ 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