examples/wasm: improve Makefile

This commit is contained in:
sago35
2022-08-01 10:56:13 +09:00
committed by Ron Evans
parent c7a23183e8
commit 8b67282f91
+1 -1
View File
@@ -24,7 +24,7 @@ main: clean wasm_exec
cp ./main/index.html ./html/
wasm_exec:
cp ../../../targets/wasm_exec.js ./html/
cp `tinygo env TINYGOROOT`/targets/wasm_exec.js ./html/
clean:
rm -rf ./html