diff options
author | davidovski <david@davidovski.xyz> | 2024-04-22 13:02:18 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2024-04-22 13:02:18 +0100 |
commit | 8092c8f5ea48ded3ca566cf9f0efeb0ec88711a6 (patch) | |
tree | 9f500a74251b97d747228689374e23e940152f99 /Makefile | |
parent | 384f5de33f079524da0cc12c00b4bf35e6f05423 (diff) |
do not include assets since we embed
Diffstat (limited to 'Makefile')
-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 |