From 43c0bf56ad4bf0b439777c47b522c4e84c407611 Mon Sep 17 00:00:00 2001 From: thanayik Date: Wed, 22 Jul 2020 13:16:46 +0100 Subject: [PATCH] BF: update linking order --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f5012d..7d773b8 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ else NIFTILIB = -lNewNifti endif -LIBS = -lutils -lnewimage -lmiscmaths -lprob ${MATLIB} ${NIFTILIB} -lznz -lz -ldl +LIBS = -lnewimage -lmiscmaths -lutils -lprob ${MATLIB} ${NIFTILIB} -lznz -lz -ldl TESTLIBS = -lgtest -lpthread #