sq_01_python_intro/jupyter_book/Makefile

9 lines
111 B
Makefile

all: html pdf
html:
jupyter-book build .
pdf:
jupyter-book build --builder pdflatex .
clean:
rm -rf _build