Improve Makefile
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
all:
|
||||
python generate_bingo.py
|
||||
(cd build; latexmk -pdf; pdfjam --nup 1x2 --outfile output.pdf *.pdf)
|
||||
|
||||
template:
|
||||
pdflatex template.tex
|
||||
rm build/*.pdf
|
||||
(cd build; latexmk -pdf > /dev/null; pdfjam --nup 1x2 --outfile output.pdf *.pdf)
|
||||
|
||||
Reference in New Issue
Block a user