lattices-may11/Makefile
2023-05-11 20:01:21 -06:00

11 lines
120 B
Makefile

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