thesis/Makefile

14 lines
175 B
Makefile
Raw Normal View History

2017-12-18 16:36:57 +00:00
SRC=${wildcard *.tex}
2018-01-27 20:27:13 +00:00
OPT=--pdf --synctex
2017-12-18 16:36:57 +00:00
all: main.pdf
clean:
rubber --clean ${SRC}
2017-12-22 08:43:09 +00:00
main.pdf: ${SRC} garde.pdf
rubber ${OPT} main.tex
2017-12-18 16:36:57 +00:00
garde.pdf: garde.tex
pdflatex $<