master-tool/generate.sh
2022-11-12 21:49:50 +00:00

8 lines
159 B
Bash
Executable File

#!/bin/bash
git submodule update --init --recursive
if [ "$(uname)" == "Darwin" ]; then
./tools/premake5-mac gmake2
else
./tools/premake5-linux gmake2
fi