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