From 34f073125f5c458c5c76128344f1745779f631a0 Mon Sep 17 00:00:00 2001 From: Bertrand Date: Sat, 13 Feb 2016 21:47:14 +0000 Subject: début de randomised quasi Monte Carlo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 425d8bd..6b87c38 100644 --- a/Makefile +++ b/Makefile @@ -14,5 +14,8 @@ main.o: stratified_sampling.o test: test.o mt19937.o $(CXX) $^ -o $@ +rqmc: rqmc.o + $(CXX) $^ -o $@ $(GSL_FLAGS) + clean: -$(RM) -f *.o test stratified_sampling main -- cgit v1.2.3-70-g09d2