aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 795de5c55c7eb91f3f0de5396ab0c882c2e8ce43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all: wasm
	cd www && \
		npm install && \
		npm run build

serve: wasm
	cd www && \
		npm install && \
		npm run start

wasm:
	wasm-pack build --no-typescript --release

test:
	wasm-pack test --headless --firefox