]> git.donarmstrong.com Git - rsem.git/blob - EBSeq/makefile
Use PATH env to instead the variable
[rsem.git] / EBSeq / makefile
1 CC = g++
2 PROGRAMS = EBSeq rsem-for-ebseq-calculate-clustering-info
3
4 all : $(PROGRAMS)
5
6 EBSeq : 
7         ./install
8
9 rsem-for-ebseq-calculate-clustering-info : calcClusteringInfo.cpp
10         $(CC) -O3 -Wall calcClusteringInfo.cpp -o $@
11
12 clean : 
13         rm -rf blockmodeling $(PROGRAMS) *~ BiocInstaller