#!/bin/sh TARGET=satori-ia32.exe \ CC=i686-w64-mingw32-gcc \ CXX=i686-w64-mingw32-g++ \ LDFLAGS="-static-libgcc -static-libstdc++" \ make rebuild