summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52cc8cc..d3a4c6f 100644
--- a/Makefile
+++ b/Makefile
@@ -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