]> git.donarmstrong.com Git - rsem.git/blobdiff - makefile
roll back to original version plus fixed a small bug in calcCI.cpp
[rsem.git] / makefile
index 211a7ea5bbc86ee39362e3465c54fa6dd05f7304..45ab35d11cee55d44654949830bf4c0b43869d66 100644 (file)
--- a/makefile
+++ b/makefile
@@ -118,6 +118,8 @@ rsem-run-gibbs : Gibbs.o
 Gibbs.o : utils.h my_assert.h boost/random.hpp sampling.h Model.h SingleModel.h SingleQModel.h PairedEndModel.h PairedEndQModel.h RefSeq.h RefSeqPolicy.h PolyARules.h Refs.h GroupInfo.h Gibbs.cpp 
        $(CC) $(COFLAGS) Gibbs.cpp
 
+Buffer.h : my_assert.h
+
 rsem-calculate-credibility-intervals : calcCI.o
        $(CC) -o rsem-calculate-credibility-intervals calcCI.o -lpthread