aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBertrand <bertrand.horel@gmail.com>2016-02-21 14:26:26 +0000
committerBertrand <bertrand.horel@gmail.com>2016-02-21 14:26:26 +0000
commit045fc28b3432e07f3d9702150a56f21e7650f12a (patch)
tree6465e412bdb9ac2c45eaa4434a9897925e620622 /Makefile
parentbb210dbdc524ad51927a9932638078ddb1383bb6 (diff)
downloadprojet_C++-045fc28b3432e07f3d9702150a56f21e7650f12a.tar.gz
modif du Makefile et de var_alea et autres
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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