server/password_paper/Makefile

13 lines
140 B
Makefile

all: pass.pdf
.sh.tex:
cat teams.pass | sh $< > $@
.tex.pdf:
latexmk --xelatex ${.IMPSRC}
clean:
latexmk -c
.SUFFIXES: .sh .tex .pdf