This repository has been archived on 2025-06-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
server/password_paper/Makefile

12 lines
140 B
Makefile

all: pass.pdf
.sh.tex:
cat teams.pass | sh $< > $@
.tex.pdf:
latexmk --xelatex ${.IMPSRC}
clean:
latexmk -c
.SUFFIXES: .sh .tex .pdf