aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBertrand <bertrand.horel@gmail.com>2016-04-15 14:21:04 +0200
committerBertrand <bertrand.horel@gmail.com>2016-04-15 14:21:04 +0200
commit745160f29da6ec55fa48863768bcc1305edd9314 (patch)
treeef6c04329d23b91e87ca41afbc159a3d827fdd37 /Makefile
parentb2ef5772372a85717f0eb5d79576fd035bf15adb (diff)
downloadprojet_C++-745160f29da6ec55fa48863768bcc1305edd9314.tar.gz
encore un peu de nettoyage
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