fixpoint-theory-nov24/betastable/Makefile

12 lines
131 B
Makefile
Raw Permalink Normal View History

2024-11-22 18:13:14 -07:00
all: report.pdf
%.pdf: %.tex
latexmk -f -e '$$max_repeat=10' -pdf $<
clean:
${RM} *.pdf
${RM} *.bbl
${RM} *.blg
latexmk -C