From aaebcdc7ae71dc48c871882ad94b062a683b9e31 Mon Sep 17 00:00:00 2001 From: Bertrand Date: Sat, 16 Apr 2016 18:44:48 +0200 Subject: modif du makefile pour insérer make_table dans projet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 6db45c9..de07660 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3-70-g09d2