This commit is contained in:
Fabrice Mouhartem 2017-12-22 09:43:09 +01:00
parent c8c7d0a2ff
commit 9b1d3c4194

View File

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