diff options
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 $< |