all: pass.pdf

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

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

clean:
	latexmk -c

.SUFFIXES: .sh .tex .pdf
