# Build the diagnostic write-up. # # make -> main.pdf # make clean -> remove LaTeX intermediates # # latexmk resolves the cross-references and the longtable page breaks in one # invocation; a bare pdflatex needs three passes to settle. main.pdf: main.tex $(wildcard figures/*.pdf) latexmk -pdf -interaction=nonstopmode -halt-on-error main.tex clean: latexmk -C rm -f main.bbl main.run.xml .PHONY: clean