fixpoint-theory-nov24/betastable/Makefile

12 lines
131 B
Makefile

all: report.pdf
%.pdf: %.tex
latexmk -f -e '$$max_repeat=10' -pdf $<
clean:
${RM} *.pdf
${RM} *.bbl
${RM} *.blg
latexmk -C