weddinggames/bingo/Makefile
2022-08-26 10:57:50 +02:00

6 lines
148 B
Makefile

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