]> git.donarmstrong.com Git - rsem.git/blobdiff - EBSeq/Makefile
Renamed makefile as Makefile
[rsem.git] / EBSeq / Makefile
diff --git a/EBSeq/Makefile b/EBSeq/Makefile
new file mode 100644 (file)
index 0000000..78b6d60
--- /dev/null
@@ -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