diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,11 +12,14 @@ VPATH = src:doc all: rapport.pdf -rapport.pdf: rapport.tex table.tex +rapport.pdf: rapport.tex table.tex table2.tex latexmk -cd -lualatex $< table.tex: projet ./projet + +table2.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 $(CXX) $^ -o $@ $(GSL_FLAGS) $(NLOPT_FLAGS) |
