X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=d706f55ba04e7cf91ac376310e21c5b1fc5de55e;hb=1d786dca8b4c9c1e2176a28a669d2d16cd93e395;hp=8d969e781d0d6949852b499d76b481481581a0a5;hpb=9c2e46183a19d661f0a618a8eabe8ce1f6a8e2d6;p=rsem.git diff --git a/makefile b/makefile index 8d969e7..d706f55 100644 --- a/makefile +++ b/makefile @@ -135,6 +135,9 @@ 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 $@ +ebseq : + cd EBSeq ; ${MAKE} all + clean : rm -f *.o *~ $(PROGRAMS) cd sam ; ${MAKE} clean