diff --git a/Makefile b/Makefile index cdb38c1..1d32ff1 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,8 @@ IFLAGS = -I$(HTSDIR) -I./ LFLAGS = -lz -lm no_omp: CXXFLAGS = -O3 -DNDEBUG -no_omp: CFLAGS = -O3 -DNDEBUG +no_omp: CFLAGS = -O3 -DNDEBUG +no_omp: LFLAGS = -lz -lm -lpthread no_omp: all default: CXXFLAGS = -O3 -DNDEBUG $(OMP)