From a50a48456a805966228aa5839b2836c157a3d386 Mon Sep 17 00:00:00 2001 From: Jared O'Connell Date: Thu, 7 Apr 2016 11:46:56 +0100 Subject: [PATCH] makefile tweak Former-commit-id: f444910dab5fe080afb0db11dc14da9f191c587e --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)