Files
the-sourdough-framework/book/makefile
Hendrik Kleinwaechter 7ef372c98f Update makefile
2022-12-28 12:03:39 +01:00

22 lines
274 B
Makefile

all:
pdflatex book.tex
biber book
pdflatex book.tex
fast:
pdflatex book.tex
clean:
rm book.blg
rm book.bbl
rm book.aux
rm book.out
rm book.toc
rm book.run.xml
rm book.bcf
rm book.pdf
rm book.log
release:
cp book.pdf TheBreadCode-The-Sourdough-Framework.pdf