weddinggames/bingo/Makefile
2022-08-26 10:52:37 +02:00

5 lines
130 B
Makefile

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