fixpoint-theory-nov24/Makefile

12 lines
129 B
Makefile
Raw Permalink Normal View History

2024-11-01 14:19:32 -06:00
all: note.pdf
%.pdf: %.tex
latexmk -f -e '$$max_repeat=10' -pdf $<
clean:
${RM} *.pdf
${RM} *.bbl
${RM} *.blg
latexmk -C