mirror of
https://github.com/encounter/SDL.git
synced 2025-05-19 05:41:22 +00:00
6 lines
187 B
Bash
Executable File
6 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
# change to directory above shell file
|
|
SCRIPTPATH=`readlink -f $0`
|
|
SCRIPTDIR=`dirname $SCRIPTPATH`
|
|
cd $SCRIPTDIR/..
|
|
$SCRIPTDIR/premake4 --file=../premake4.lua --to=./Linux gmake |