thesis/Makefile

13 lines
141 B
Makefile
Raw Normal View History

2017-12-18 16:36:57 +00:00
SRC=${wildcard *.tex}
all: main.pdf
clean:
rubber --clean ${SRC}
main.pdf: ${SRC}
rubber -d main.tex
garde.pdf: garde.tex
pdflatex $<