]> git.donarmstrong.com Git - rsem.git/blobdiff - makefile
Updated samtools to 0.1.19
[rsem.git] / makefile
index d706f55ba04e7cf91ac376310e21c5b1fc5de55e..3c48e69e91f6dbefee50b52d5d3a14b08dcac4ec 100644 (file)
--- 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