diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -6,7 +6,6 @@ target-wasm: html/index.html env GOOS=js GOARCH=wasm go build -o out/main.wasm . cp html/index.html out/ cp /usr/lib/go/misc/wasm/wasm_exec.js out/ - cp -r assets out/ clean: rm -rf out |