1
0
mirror of https://github.com/Relintai/sdl2_frt.git synced 2024-12-29 20:27:12 +01:00
sdl2_frt/premake/Linux/build-scripts/gmake.sh

6 lines
187 B
Bash
Raw Normal View History

#!/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