summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2024-04-22 13:02:18 +0100
committerdavidovski <david@davidovski.xyz>2024-04-22 13:02:18 +0100
commit8092c8f5ea48ded3ca566cf9f0efeb0ec88711a6 (patch)
tree9f500a74251b97d747228689374e23e940152f99 /Makefile
parent384f5de33f079524da0cc12c00b4bf35e6f05423 (diff)
do not include assets since we embed
Diffstat (limited to 'Makefile')
-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