aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBertrand <bertrand.horel@gmail.com>2016-04-12 16:58:43 +0000
committerBertrand <bertrand.horel@gmail.com>2016-04-12 16:58:43 +0000
commitbb87c9576a735fe9827db0d27d180b47f9884161 (patch)
tree439cbee54582f19aa008b0c9a6b0cbfe8633f533 /Makefile
parent85a3697125dce0f6478115a50b8309e38e97c709 (diff)
downloadprojet_C++-bb87c9576a735fe9827db0d27d180b47f9884161.tar.gz
suite nettoyage, écriture exemple normale rqmc, transformation de la fonction monte_carlo en quasi_mean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 4db562b..f58a3cc 100644
--- a/Makefile
+++ b/Makefile
@@ -17,16 +17,12 @@ table.tex: make_table
make_table: make_table.o mt19937.o
$(CXX) $^ -o $@
-projet: projet.o stratified_sampling.o mt19937.o var_alea.o opti.o
+projet: projet.o stratified_sampling.o mt19937.o var_alea.o opti.o rqmc.o p_adic.o
$(CXX) $^ -o $@ $(GSL_FLAGS) $(NLOPT_FLAGS)
stratified_sampling.o: stratified_sampling.hpp
-test: test.o mt19937.o
- $(CXX) $^ -o $@
-
-rqmc: rqmc.o mt19937.o
- $(CXX) $^ -o $@ $(GSL_FLAGS)
+rqmc.o: rqmc.hpp
option: option.o mt19937.o p_adic.o var_alea.o
$(CXX) $^ -o $@ $(GSL_FLAGS)