X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=EBSeq%2Fmakefile;fp=EBSeq%2Fmakefile;h=0000000000000000000000000000000000000000;hp=898c8fa4cf2dc5b4a1f135e76d3b89d818213d52;hb=412c1a2821c5a4cbe2e68e4e9f4e2026a86d25f7;hpb=030b9364ddefc6d4ff17da9d8ae88fc3e4a973a5;ds=sidebyside diff --git a/EBSeq/makefile b/EBSeq/makefile deleted file mode 100644 index 898c8fa..0000000 --- a/EBSeq/makefile +++ /dev/null @@ -1,13 +0,0 @@ -CC = g++ -PROGRAMS = EBSeq rsem-for-ebseq-calculate-clustering-info - -all : $(PROGRAMS) - -EBSeq : - ./install - -rsem-for-ebseq-calculate-clustering-info : calcClusteringInfo.cpp - $(CC) -O3 -Wall calcClusteringInfo.cpp -o $@ - -clean : - rm -rf blockmodeling $(PROGRAMS) *~ BiocInstaller