diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33,7 +33,11 @@ CPP = g++ CPPFLAGS = -Wall -O3 +ifdef FORCE_DYNAMIC +LIBS = -lgsl -lgslcblas -lblas -pthread -lz +else LIBS = -lgsl -lgslcblas -pthread -lz +endif OUTPUT = $(BIN_DIR)/gemma |