From 833fe23df203623c0cf9c540cd9a085792c04869 Mon Sep 17 00:00:00 2001 From: Bertrand Date: Sat, 13 Feb 2016 22:35:00 +0000 Subject: maj Makefile et calcul de moyenne de normales avec méthode qmc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3-70-g09d2