4 lines
126 B
Bash
4 lines
126 B
Bash
yes | del -r ./out/*
|
|
cp -r ./template/web ./out
|
|
cp -r ./lib/js/ ./out
|
|
odin build template -target:js_wasm32 -out:out/game.wasm |