From 1ebe1584a50048fb5f68e7a8a96643518c305617 Mon Sep 17 00:00:00 2001 From: Niema Moshiri Date: Sat, 30 Sep 2023 07:56:19 -0700 Subject: [PATCH] Move -lhts first --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ace4bd5..e03decd 100644 --- a/Makefile +++ b/Makefile @@ -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