Improve Makefile
This commit is contained in:
parent
9ddc6171c7
commit
e54ab123d5
@ -1,6 +1,4 @@
|
|||||||
all:
|
all:
|
||||||
python generate_bingo.py
|
python generate_bingo.py
|
||||||
(cd build; latexmk -pdf; pdfjam --nup 1x2 --outfile output.pdf *.pdf)
|
rm build/*.pdf
|
||||||
|
(cd build; latexmk -pdf > /dev/null; pdfjam --nup 1x2 --outfile output.pdf *.pdf)
|
||||||
template:
|
|
||||||
pdflatex template.tex
|
|
||||||
|
@ -48,4 +48,5 @@ def gen_board(num: int = 1):
|
|||||||
with open(output_dir + filename,"w") as f:
|
with open(output_dir + filename,"w") as f:
|
||||||
f.writelines(pick)
|
f.writelines(pick)
|
||||||
|
|
||||||
gen_board(36)
|
gen_board(40)
|
||||||
|
print("Done!")
|
||||||
|
Loading…
Reference in New Issue
Block a user