coope/Makefile

16 lines
204 B
Makefile

# This file is under the public domain.
.PHONY: default pdf
.SUFFIXES: .tex .pdf
default: pdf
pdf: coope.pdf
# intentionally two-pass
.tex.pdf:
pdflatex $< $@
pdflatex $< $@
clean:
rm -f coope.pdf