Some checks reported errors
weaselab/conflict-set/pipeline/head Something is wrong with the build of this commit
But also don't remove it in `make -C paper clean`
10 lines
159 B
Makefile
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 {}"
|