Apparently latexmk is what I was looking for

This commit is contained in:
2024-02-28 14:41:50 -08:00
parent 6b99b85f9e
commit 86e99e4664

View File

@@ -2,11 +2,8 @@
all: paper.pdf
paper.pdf: bibliography.bib paper.tex
pdflatex paper
biber paper
pdflatex paper
pdflatex paper
paper.pdf:
latexmk -pdf
clean:
xargs -I '{}' bash -c "rm -f {}" < .gitignore