Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
# My makefile for .tex files - 2019 version
# This file:      (find-LATEX "2019.mk")
#    http://angg.twu.net/LATEX/2019.mk.html
#    http://angg.twu.net/LATEX/2019.mk
#
# See: (find-LATEX "2017planar-has-1.mk")

# STEM= 2017planar-has-1

pdf:	   $(STEM).pdf
clean:	   $(STEM).clean
veryclean: $(STEM).veryclean

%.pdf:
	lualatex $*.tex
	biber    $*
	lualatex $*.tex

%.clean:
	rm -Rfv $*.aux $*.log $*.out $*.toc $*.dnt $*.fls
	rm -Rfv $*.bbl $*.bcf $*.blg $*.run.xml
	rm -Rfv $*.idx

%.veryclean: %.clean
	rm -Rfv $*.pdf