better wasm build
This commit is contained in:
parent
d055c9e913
commit
19c9a5d502
3
Makefile
3
Makefile
@ -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)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user