From 97a94f52af3eed72255989a8ec8e450899586a5b Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Mon, 1 Feb 2016 10:28:07 -0500 Subject: better makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8080a50..2ffcd8f 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CXX=g++ CC=gcc RM = rm CXXFLAGS=-O3 -GSL_FLAGS=`pkg-config --libs gsl` +GSL_FLAGS:=$(shell pkg-config --libs gsl) stratified_sampling: rtnorm.o stratified_sampling.o $(CXX) $^ -o $@ $(GSL_FLAGS) -- cgit v1.2.3-70-g09d2