server/password_paper/Makefile

13 lines
136 B
Makefile
Raw Normal View History

2017-02-22 03:33:23 +00:00
all: pass.pdf
.sh.tex:
sh $< < teams.pass > $@
.tex.pdf:
latexmk --xelatex ${.IMPSRC}
clean:
latexmk -c
.SUFFIXES: .sh .tex .pdf