4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/bin/sh
|
||
|
git submodule update --init --recursive
|
||
|
./tools/macos/premake5 gmake
|