Files
conflict-set/paper/Makefile
2024-02-05 12:08:49 -08:00

13 lines
185 B
Makefile

.PHONY: clean
all: paper.pdf
paper.pdf: bibliography.bib paper.tex
pdflatex paper
biber paper
pdflatex paper
pdflatex paper
clean:
xargs -I '{}' bash -c "rm -f {}" < .gitignore