Added premake run scripts for linux and osx
This commit is contained in:
parent
8455736f7c
commit
a21064df37
3
premake/gmake_linux.sh
Normal file
3
premake/gmake_linux.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
./premake5_linux gmake --file=demboyz.lua
|
3
premake/gmake_osx.sh
Normal file
3
premake/gmake_osx.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
./premake5_osx gmake --file=PGTA.lua
|
Loading…
Reference in New Issue
Block a user