Edit

kc3-lang/SDL/premake/Linux/build-scripts/clean_premake.sh

Branch :

  • Show log

    Commit

  • Author : Ryan C. Gordon
    Date : 2013-11-10 00:38:37
    Hash : 92b12812
    Message : Added Ben Henning's GSoC2013 work: premake build system.

  • premake/Linux/build-scripts/clean_premake.sh
  • #!/bin/sh
    # change to directory above shell file
    SCRIPTPATH=`readlink -f $0`
    SCRIPTDIR=`dirname $SCRIPTPATH`
    cd $SCRIPTDIR/..
    $SCRIPTDIR//premake4 --file=../premake4.lua --to=./Linux clean