thesis/Makefile
2017-12-18 17:36:57 +01:00

13 lines
141 B
Makefile

SRC=${wildcard *.tex}
all: main.pdf
clean:
rubber --clean ${SRC}
main.pdf: ${SRC}
rubber -d main.tex
garde.pdf: garde.tex
pdflatex $<