G-EIP-700-TLS-7-1-eip-steph.../pitch/Makefile

12 lines
97 B
Makefile
Raw Normal View History

2024-12-06 13:18:13 +00:00
PDF = pitch.pdf
all: $(PDF)
%.pdf: %.tex
pdflatex "$*"
clean:
git clean -fdx
.PHONY: clean