6 lines
148 B
Makefile
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)
|