diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -14,15 +14,10 @@ VPATH = src:doc all: rapport.pdf -rapport.pdf: rapport.tex tables +rapport.pdf: rapport.tex table.tex table2.tex table3.tex latexmk -cd -lualatex $< -tables: table.tex table2.tex - -table.tex: projet - ./projet - -table2.tex: projet +table.tex table2.tex table3.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 @@ -36,4 +31,4 @@ p_adic.o: low_discrepancy.hpp clean: -$(RM) -f *.o test stratified_sampling projet option make_table - -cd doc; rm table.tex table2.tex; latexmk -C + -cd doc; rm table.tex table2.tex table3.tex; latexmk -C |
