thesis/Makefile
2018-02-02 14:37:59 +01:00

14 lines
211 B
Makefile

SRC=${wildcard *.tex}
OPT=--pdf --synctex --command "makeidx.style index.ist"
all: main.pdf
clean:
rubber --clean ${SRC}
main.pdf: ${SRC} garde.pdf
rubber ${OPT} main.tex
garde.pdf: garde.tex
pdflatex $<