aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2016-03-04 13:43:30 -0500
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2016-03-04 13:43:30 -0500
commitfe63140d52524280ded21c7e8507192aefd72253 (patch)
treeffae2886a0e5bc5a978d64460e2a5ddbed9eab77
parentde9d4792efff7623df9d90e9953f5adca1e20108 (diff)
downloadprojet_C++-fe63140d52524280ded21c7e8507192aefd72253.tar.gz
latexmk fix
-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