aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7b34bd1..4db562b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ VPATH = src:doc
all: rapport.pdf
rapport.pdf: rapport.tex table.tex
- latexmk -lualatex $<
+ latexmk -cd -lualatex $<
table.tex: make_table
./make_table
@@ -35,4 +35,4 @@ option: option.o mt19937.o p_adic.o var_alea.o
clean:
-$(RM) -f *.o test stratified_sampling projet option make_table
- -latexmk -C rapport.pdf
+ -cd doc; latexmk -C