aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 6db45c9..de07660 100644
--- a/Makefile
+++ b/Makefile
@@ -15,11 +15,8 @@ all: rapport.pdf
rapport.pdf: rapport.tex table.tex
latexmk -cd -lualatex $<
-table.tex: make_table
- ./make_table
-
-make_table: make_table.o mt19937.o
- $(CXX) $^ -o $@
+table.tex: projet
+ ./projet
projet: projet.o stratified_sampling.o mt19937.o var_alea.o opti.o rqmc.o p_adic.o option.o sobolseq.o
$(CXX) $^ -o $@ $(GSL_FLAGS) $(NLOPT_FLAGS)