Fix makefile, update prompts

This commit is contained in:
Dominic Zimmer
2022-08-26 10:57:50 +02:00
parent e54ab123d5
commit 5454e1255f
2 changed files with 4 additions and 3 deletions

View File

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