diff options
author | quou <quou@disroot.org> | 2023-05-06 18:44:43 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2023-05-06 18:44:43 +1000 |
commit | c8940e2e6542965a8bdb9295859a110d297985b4 (patch) | |
tree | f21efd6c1a5372aa09295d96e65ba32f5985f029 | |
parent | 4629675329f872c9dd4672402b9b9e5e593fec19 (diff) |
Update distrib.sh
-rwxr-xr-x | distrib.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ make clean make -j6 config=release_gnu64 zip distrib/gnu64.zip mallocbullet pack +make emscripten +cd ems/out +mv mallocbullet.html index.html +zip ../../distrib/emscripten.zip index.html mallocbullet.js mallocbullet.wasm +cd ../../ + make clean make -j6 config=release_gnu32 zip distrib/gnu32.zip mallocbullet pack |