From bb210dbdc524ad51927a9932638078ddb1383bb6 Mon Sep 17 00:00:00 2001 From: Bertrand Date: Sat, 20 Feb 2016 16:41:38 +0000 Subject: maj Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 409385c..37e33e7 100644 --- a/Makefile +++ b/Makefile @@ -21,5 +21,8 @@ rqmc: rqmc.o mt19937.o option: option.o mt19937.o p_adic.o $(CXX) $^ -o $@ $(GSL_FLAGS) +opti: opti.o + $(CXX) $^ -o $@ -lnlopt -lm + clean: - -$(RM) -f *.o test stratified_sampling main option + -$(RM) -f *.o test stratified_sampling main option -- cgit v1.2.3-70-g09d2