Skip to content

Latest commit

 

History

History
executable file
·
6 lines (6 loc) · 188 Bytes

clean_premake.sh

File metadata and controls

executable file
·
6 lines (6 loc) · 188 Bytes
 
1
2
3
4
5
6
#!/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