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