thesis/Makefile
2018-01-27 21:27:13 +01:00

14 lines
175 B
Makefile

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