server/password_paper/Makefile

13 lines
141 B
Makefile
Raw Normal View History

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