Created
July 27, 2017 08:56
-
-
Save AlexFolland/dbdd758568ebdc9b003470b5f8e47b4a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cd $(cd -P -- "$(dirname -- "$0")" && pwd -P) | |
./config.sh --platform win64 --enable-libsdl2 --enable-release --enable-verbose --optimize-size --enable-debytecode | |
make clean | |
make -j8 | |
read |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment