weddinggames/bingo/Makefile
2022-08-26 11:18:21 +02:00

6 lines
148 B
Makefile

all:
-rm build/*.tex
python generate_bingo.py
-rm build/*.pdf
(cd build; latexmk -pdf > /dev/null; pdfjam --nup 1x2 --outfile output.pdf *.pdf)