diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
