Files
conflict-set/paper/Makefile
Andrew Noyes add0af11ad
Some checks reported errors
weaselab/conflict-set/pipeline/head Something is wrong with the build of this commit
Don't check paper/version.txt into version control
But also don't remove it in `make -C paper clean`
2024-06-25 19:21:14 -07:00

10 lines
159 B
Makefile

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