File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ all: ../prophasm
99../prophasm : prophasm.o
1010 $(CXX ) $(CXXFLAGS ) $(DFLAGS ) $^ -o $@ -L. $(LIBS )
1111
12- prophasm.o : prophasm.cpp kseq.h
12+ prophasm.o : prophasm.cpp $( wildcard * .h)
1313 $(CXX ) $(CXXFLAGS ) $(DFLAGS ) -c $<
1414
1515clean :
Original file line number Diff line number Diff line change 3939 * Check memory consumption (and put it here).
4040*/
4141#include " kseq.h"
42+ #include " version.h"
4243
4344#include < zlib.h>
4445
@@ -92,6 +93,7 @@ void print_help(){
9293 std::cerr <<
9394 " \n " <<
9495 " Program: prophasm (a greedy assembler for k-mer set compression)\n " <<
96+ " Version: " VERSION " \n " <<
9597 " Contact: Karel Brinda <kbrinda@hsph.harvard.edu>\n " <<
9698 " \n " <<
9799 " Usage: prophasm [options]\n " <<
Original file line number Diff line number Diff line change 1+ #define VERSION "0.1.0"
2+
You can’t perform that action at this time.
0 commit comments