This commit is contained in:
2017-12-18 17:36:57 +01:00
parent aa20e4ff57
commit 80e39cc063
5 changed files with 139 additions and 0 deletions

12
Makefile Normal file
View File

@ -0,0 +1,12 @@
SRC=${wildcard *.tex}
all: main.pdf
clean:
rubber --clean ${SRC}
main.pdf: ${SRC}
rubber -d main.tex
garde.pdf: garde.tex
pdflatex $<