Skip to content

Commit 930b7f4

Browse files
committed
adding target to build WASM
1 parent 806c8fe commit 930b7f4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,16 @@ check_exec:
4545
fi
4646

4747
## build: build website
48-
build: ${LESSON_DATA} ${TEMPLATES} # ${NOTEBOOK_OUT}
48+
build: ${LESSON_DATA} ${TEMPLATES}
4949
${PYTHON} bin/build.py --branch ${BRANCH} --root ${ROOT} --output ${SITE} --data ${LESSON_DATA}
5050

5151
## links: check links locally (while 'make serve')
5252
links:
5353
linkchecker -F text http://localhost:8000
5454

55+
## wasm: build all notebooks as WASM
56+
wasm: ${NOTEBOOK_OUT}
57+
5558
## serve: run local web server without rebuilding
5659
serve:
5760
${PYTHON} -m http.server --directory ${SITE}

0 commit comments

Comments
 (0)