aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBertrand <bertrand.horel@gmail.com>2016-04-21 14:20:05 +0200
committerBertrand <bertrand.horel@gmail.com>2016-04-21 14:20:05 +0200
commit251a9e936345b7b7f7600cec27c420317247ad79 (patch)
tree1a2ce26038f2d3858c298837af25aa406a496760 /Makefile
parentd4c688774073c75d2085854627568343b4f959ab (diff)
downloadprojet_C++-251a9e936345b7b7f7600cec27c420317247ad79.tar.gz
table2 suite
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index de07660..040bfbf 100644
--- a/Makefile
+++ b/Makefile
@@ -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)