aft-may25-2023/document/Makefile
2023-05-24 19:05:16 -06:00

10 lines
115 B
Makefile

all: document.pdf
%.pdf: %.tex
latexmk -pdf $<
clean:
${RM} document.pdf
${RM} *.bbl
${RM} *.blg
latexmk -C