X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=makefile;h=45ab35d11cee55d44654949830bf4c0b43869d66;hb=cb94fd597b180aa7cb01ae84c9d1025201b98d8e;hp=211a7ea5bbc86ee39362e3465c54fa6dd05f7304;hpb=4a5e5138d3fc409e7ade5c14de7689612290f74f;p=rsem.git diff --git a/makefile b/makefile index 211a7ea..45ab35d 100644 --- 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