#!/bin/bash mkdir -p distrib 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 make clean make -j6 config=release_win32 zip distrib/win32.zip mallocbullet.exe pack SDL2.dll make clean make -j6 config=release_win64 zip distrib/win64.zip mallocbullet.exe pack SDL2.dll