aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2016-04-21 12:24:20 -0400
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2016-04-21 13:30:19 -0400
commitb979ac7b158c23655a59ea02b420a51a4477b651 (patch)
treea4967f33b8bf108c2b9dd4d3136904ebe2c0996c /Makefile
parent59748691185c8e80e503ece0f95a7703e71b767f (diff)
parent61360cfad94f08b304a1a51af2e4f0de49c3b370 (diff)
downloadprojet_C++-b979ac7b158c23655a59ea02b420a51a4477b651.tar.gz
Merge branch 'master' of gitolite:bertrand/projet_C++
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 1dc8c65..de4a038 100644
--- a/Makefile
+++ b/Makefile
@@ -14,15 +14,10 @@ VPATH = src:doc
all: rapport.pdf
-rapport.pdf: rapport.tex tables
+rapport.pdf: rapport.tex table.tex table2.tex table3.tex
latexmk -cd -lualatex $<
-tables: table.tex table2.tex
-
-table.tex: projet
- ./projet
-
-table2.tex: projet
+table.tex table2.tex table3.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
@@ -36,4 +31,4 @@ p_adic.o: low_discrepancy.hpp
clean:
-$(RM) -f *.o test stratified_sampling projet option make_table
- -cd doc; rm table.tex table2.tex; latexmk -C
+ -cd doc; rm table.tex table2.tex table3.tex; latexmk -C