lattices-may11/Makefile

12 lines
120 B
Makefile
Raw Normal View History

2023-05-11 20:01:21 -06:00
all: document.pdf
%.pdf: %.tex common.tex
latexmk -pdf $<
clean:
${RM} *.pdf
${RM} *.bbl
${RM} *.blg
latexmk -C