snake/ecc.sh

8 lines
165 B
Bash
Executable File

#! /bin/bash
if [ -z "$1" ] || [ $# -eq 0 ]
then
./third-party/premake5/premake5 --config=Debug ecc
else
./third-party/premake5/premake5 --config=$1 ecc
fi