better wasm build

This commit is contained in:
Thomas von Dein 2024-03-21 13:32:14 +01:00
parent d055c9e913
commit 19c9a5d502

View File

@ -22,5 +22,8 @@ buildwasm:
zipwasm: zipwasm:
zip -r openquell-$(SHORTVERSION).zip index.html openquell.wasm wasm_exec.js zip -r openquell-$(SHORTVERSION).zip index.html openquell.wasm wasm_exec.js
wasm: buildwasm zipwasm
@ls -l openquell-$(SHORTVERSION).zip
test: test:
@echo $(VERSION) @echo $(VERSION)