diff options
| author | Guillaume Horel <guillaume.horel@serenitascapital.com> | 2016-04-21 12:24:20 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@serenitascapital.com> | 2016-04-21 13:30:19 -0400 |
| commit | b979ac7b158c23655a59ea02b420a51a4477b651 (patch) | |
| tree | a4967f33b8bf108c2b9dd4d3136904ebe2c0996c /Makefile | |
| parent | 59748691185c8e80e503ece0f95a7703e71b767f (diff) | |
| parent | 61360cfad94f08b304a1a51af2e4f0de49c3b370 (diff) | |
| download | projet_C++-b979ac7b158c23655a59ea02b420a51a4477b651.tar.gz | |
Merge branch 'master' of gitolite:bertrand/projet_C++
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 |
