Files
conflict-set/paper/Makefile

10 lines
111 B
Makefile

.PHONY: clean
all: paper.pdf
paper.pdf:
latexmk -pdf
clean:
xargs -I '{}' bash -c "rm -f {}" < .gitignore