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