]> 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
deleted file mode 100644 (file)
index 898c8fa..0000000
+++ /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