Added premake run scripts for linux and osx

This commit is contained in:
Jordan Cristiano 2015-05-15 18:07:15 -04:00
parent 8455736f7c
commit a21064df37
2 changed files with 6 additions and 0 deletions

3
premake/gmake_linux.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
./premake5_linux gmake --file=demboyz.lua

3
premake/gmake_osx.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
./premake5_osx gmake --file=PGTA.lua