aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBertrand <bertrand.horel@gmail.com>2016-02-14 17:59:49 +0000
committerBertrand <bertrand.horel@gmail.com>2016-02-14 17:59:49 +0000
commit69d81d75339bc16725346b452ca6e0dc5da89554 (patch)
tree0fd4e6ee9c1859ef2615b1af2ffb3a9c6d2f3066 /Makefile
parent833fe23df203623c0cf9c540cd9a085792c04869 (diff)
downloadprojet_C++-69d81d75339bc16725346b452ca6e0dc5da89554.tar.gz
début exemple sur options asiatiques
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bb7cdc6..3e093eb 100644
--- a/Makefile
+++ b/Makefile
@@ -17,5 +17,8 @@ test: test.o mt19937.o
rqmc: rqmc.o mt19937.o
$(CXX) $^ -o $@ $(GSL_FLAGS)
+option: option.o mt19937.o
+ $(CXX) $^ -o $@ $(GSL_FLAGS)
+
clean:
-$(RM) -f *.o test stratified_sampling main