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