diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-17 12:24:56 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2014-01-17 12:24:56 +0100 |
commit | 4694db1f84cecd3b74bb53ec8b514a2415d14c92 (patch) | |
tree | d6151de632466e5fedb93632e23ad37bb07ee118 /doc/Makefile | |
parent | 22e10714136907fb23fbede16681438a0fb41d1a (diff) | |
download | SystDigit-Projet-4694db1f84cecd3b74bb53ec8b514a2415d14c92.tar.gz SystDigit-Projet-4694db1f84cecd3b74bb53ec8b514a2415d14c92.zip |
Continuation
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..d220fc7 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,5 @@ + +all: rapport_final.pdf + +%.pdf: %.tex + pdflatex $< |