Skip to content

Commit

Permalink
increment
Browse files Browse the repository at this point in the history
  • Loading branch information
grenaud committed Mar 1, 2021
1 parent 1a2f448 commit a7c01a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ print-%: ; @echo $*=$($*)

#CXX = ${CXX}#g++ #-g -pg
CXXFLAGS+= -O3 -Wall -Wno-char-subscripts -I${BAMTOOLSINCAPI} -I${BAMTOOLSINCSHARED} -I${LIBGABINC} -I${LIBGABINC}/gzstream/
LDFLAGS += -lm -lpthread -lz
LDFLAGS+= -lm -lpthread -lz

LDLIBS+= ${BAMTOOLSLIBOBJ} ${LIBGABLIBOBJ} ${LIBGABLIB}/libgabbamtools.a ${LIBGABLIB}/gzstream/libgzstream.a

Expand Down

0 comments on commit a7c01a1

Please sign in to comment.