aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2016-04-21 13:49:23 -0400
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2016-04-21 13:49:23 -0400
commit6f2b4c6025e71d22ba28be3931f71fc83cef32a9 (patch)
tree5aba29c41b1235aaaf0f9dad15077540df1ccde3
parentb979ac7b158c23655a59ea02b420a51a4477b651 (diff)
downloadprojet_C++-6f2b4c6025e71d22ba28be3931f71fc83cef32a9.tar.gz
one more time
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index de4a038..1577469 100644
--- a/Makefile
+++ b/Makefile
@@ -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