aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de07660..040bfbf 100644
--- a/Makefile
+++ b/Makefile
@@ -12,11 +12,14 @@ VPATH = src:doc
all: rapport.pdf
-rapport.pdf: rapport.tex table.tex
+rapport.pdf: rapport.tex table.tex table2.tex
latexmk -cd -lualatex $<
table.tex: projet
./projet
+
+table2.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)