There was an error while loading. Please reload this page.
1 parent 806c8fe commit 930b7f4Copy full SHA for 930b7f4
1 file changed
Makefile
@@ -45,13 +45,16 @@ check_exec:
45
fi
46
47
## build: build website
48
-build: ${LESSON_DATA} ${TEMPLATES} # ${NOTEBOOK_OUT}
+build: ${LESSON_DATA} ${TEMPLATES}
49
${PYTHON} bin/build.py --branch ${BRANCH} --root ${ROOT} --output ${SITE} --data ${LESSON_DATA}
50
51
## links: check links locally (while 'make serve')
52
links:
53
linkchecker -F text http://localhost:8000
54
55
+## wasm: build all notebooks as WASM
56
+wasm: ${NOTEBOOK_OUT}
57
+
58
## serve: run local web server without rebuilding
59
serve:
60
${PYTHON} -m http.server --directory ${SITE}
0 commit comments