diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -15,11 +15,8 @@ all: rapport.pdf rapport.pdf: rapport.tex table.tex latexmk -cd -lualatex $< -table.tex: make_table - ./make_table - -make_table: make_table.o mt19937.o - $(CXX) $^ -o $@ +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 $(CXX) $^ -o $@ $(GSL_FLAGS) $(NLOPT_FLAGS) |
