Fix Makefile, again

This commit is contained in:
Dominic Zimmer 2022-08-26 11:18:21 +02:00
parent 5454e1255f
commit 922b34e912

View File

@ -1,5 +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)