aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index de4a038..1577469 100644
--- a/Makefile
+++ b/Makefile
@@ -10,14 +10,14 @@ GSL_FLAGS:=$(shell pkg-config --libs gsl)
NLOPT_FLAGS:=$(shell pkg-config --libs nlopt)
VPATH = src:doc
-.PHONY: clean tables
+.PHONY: clean
all: rapport.pdf
-rapport.pdf: rapport.tex table.tex table2.tex table3.tex
+rapport.pdf: rapport.tex table1.tex table2.tex table3.tex
latexmk -cd -lualatex $<
-table.tex table2.tex table3.tex: projet
+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