From 27bc125063b58fb5d271ec124340dd3fcac44145 Mon Sep 17 00:00:00 2001 From: Bertrand Date: Fri, 19 Feb 2016 15:05:06 +0000 Subject: maj du Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 474ef18..409385c 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ CC=gcc RM = rm CXXFLAGS=-std=c++11 -g -O3 -Wall GSL_FLAGS:=$(shell pkg-config --libs gsl) +VPATH=src main: main.o rtnorm.o stratified_sampling.o $(CXX) $^ -o $@ $(GSL_FLAGS) @@ -21,4 +22,4 @@ option: option.o mt19937.o p_adic.o $(CXX) $^ -o $@ $(GSL_FLAGS) clean: - -$(RM) -f *.o test stratified_sampling main + -$(RM) -f *.o test stratified_sampling main option -- cgit v1.2.3-70-g09d2