aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBertrand <bertrand.horel@gmail.com>2016-02-13 22:35:00 +0000
committerBertrand <bertrand.horel@gmail.com>2016-02-13 22:35:00 +0000
commit833fe23df203623c0cf9c540cd9a085792c04869 (patch)
tree88b00d20c49f734e8a264292a4c8654d6548e672 /Makefile
parent34f073125f5c458c5c76128344f1745779f631a0 (diff)
downloadprojet_C++-833fe23df203623c0cf9c540cd9a085792c04869.tar.gz
maj Makefile et calcul de moyenne de normales avec méthode qmc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b87c38..bb7cdc6 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ main.o: stratified_sampling.o
test: test.o mt19937.o
$(CXX) $^ -o $@
-rqmc: rqmc.o
+rqmc: rqmc.o mt19937.o
$(CXX) $^ -o $@ $(GSL_FLAGS)
clean: