From 045fc28b3432e07f3d9702150a56f21e7650f12a Mon Sep 17 00:00:00 2001 From: Bertrand Date: Sun, 21 Feb 2016 14:26:26 +0000 Subject: modif du Makefile et de var_alea et autres --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 37e33e7..a0dbf06 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CXXFLAGS=-std=c++11 -g -O3 -Wall GSL_FLAGS:=$(shell pkg-config --libs gsl) VPATH=src -main: main.o rtnorm.o stratified_sampling.o +main: main.o rtnorm.o stratified_sampling.o mt19937.o var_alea.o $(CXX) $^ -o $@ $(GSL_FLAGS) stratified_sampling.o: stratified_sampling.hpp -- cgit v1.2.3-70-g09d2