summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: f37f0acf3ec1104be7a47ff3496ad30f39b04460 (plain)
1
2
3
4
5
6
7
# the --target is currently necessary or firefox will return
# "disallowed mime type" -bjc 7-aug-2025
build:
	wasm-pack build --target web

serve: build
	python -m http.server 8118