all: latexmk -pvc -lualatex -shell-escape tfm.tex once: lualatex tfm.tex force: latexmk -pvc -lualatex -interaction=nonstopmode tfm.tex re: clean all clean: rm -rf _region_.tex *.aux *.bbl *.blg *.brf *.dvi *.fdb_latexmk *.fls *.fmt *.idx *.log *.lol *.out *.prv *.toc *.pyg .PHONY : all clean re