diff options
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,14 +10,14 @@ GSL_FLAGS:=$(shell pkg-config --libs gsl) NLOPT_FLAGS:=$(shell pkg-config --libs nlopt) VPATH = src:doc -.PHONY: clean tables +.PHONY: clean all: rapport.pdf -rapport.pdf: rapport.tex table.tex table2.tex table3.tex +rapport.pdf: rapport.tex table1.tex table2.tex table3.tex latexmk -cd -lualatex $< -table.tex table2.tex table3.tex: projet +table%.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 |
