Files
conflict-set/paper/Makefile
T
2024-02-28 18:28:57 -08:00

10 lines
140 B
Makefile

.PHONY: clean
all: paper.pdf
paper.pdf: paper.tex $(wildcard *.tikz)
latexmk -pdf
clean:
xargs -I '{}' bash -c "rm -f {}" < .gitignore