server/password_paper/Makefile

13 lines
140 B
Makefile
Raw Normal View History

2017-02-22 03:33:23 +00:00
all: pass.pdf
.sh.tex:
2022-05-31 14:42:17 +00:00
cat teams.pass | sh $< > $@
2017-02-22 03:33:23 +00:00
.tex.pdf:
latexmk --xelatex ${.IMPSRC}
clean:
latexmk -c
.SUFFIXES: .sh .tex .pdf