4 lines
82 B
Bash
4 lines
82 B
Bash
|
#!/bin/bash
|
||
|
git submodule update --init --recursive
|
||
|
./tools/linux/premake5 gmake2
|