aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2016-04-29 10:16:39 -0400
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2016-04-29 10:17:14 -0400
commitf897d9e2dd6f46967281650f4ccb71230ac30458 (patch)
tree23b09708a9fda714edac9b8279e59e843e5e690c /Makefile
parentef89d9513e5037ebd4937f46a7853eb8649606c6 (diff)
downloadprojet_C++-f897d9e2dd6f46967281650f4ccb71230ac30458.tar.gz
corrige le isbn
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8cb295..b052fcb 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ VPATH = src:doc
all: rapport.pdf
-rapport.pdf: rapport.tex table1.tex table2.tex table3.tex
+rapport.pdf: rapport.tex rapport.bib table1.tex table2.tex table3.tex
latexmk -cd -lualatex $<
table1.% table2.% table3.%: projet