all: pass.pdf

.sh.tex:
	sh $< < teams.pass > $@

.tex.pdf:
	latexmk --xelatex ${.IMPSRC}

clean:
	latexmk -c

.SUFFIXES: .sh .tex .pdf
