Skip to content

Commit

Permalink
Move -lhts first
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd authored Sep 30, 2023
1 parent 34b0699 commit 1ebe158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CXXFLAGS?=-Wall -pedantic -std=c++11
RELEASEFLAGS?=$(CXXFLAGS) -O3
DEBUGFLAGS?=$(CXXFLAGS) -O0 -g #-pg
INCLUDE=-Ihtslib
LIBS=-llzma -lbz2 -lz -lcurl -pthread -lhts
LIBS=-lhts -llzma -lbz2 -lz -lcurl -pthread

# relevant constants
CPP_FILES=main.cpp common.cpp argparse.cpp count.cpp fasta.cpp primer.cpp
Expand Down

0 comments on commit 1ebe158

Please sign in to comment.