aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f58a3cc..7f69f8a 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ 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 rqmc.o p_adic.o
+projet: projet.o stratified_sampling.o mt19937.o var_alea.o opti.o rqmc.o p_adic.o option.o
$(CXX) $^ -o $@ $(GSL_FLAGS) $(NLOPT_FLAGS)
stratified_sampling.o: stratified_sampling.hpp