diff options
Diffstat (limited to 'LuaSL/build.sh')
-rwxr-xr-x | LuaSL/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh index 65c1581..7455847 100755 --- a/LuaSL/build.sh +++ b/LuaSL/build.sh | |||
@@ -6,6 +6,8 @@ export LOCALDIR=`pwd` | |||
6 | cd src | 6 | cd src |
7 | rm -f ../LuaSL ../LuaSL_parser ../*.o *.output *.backup ../*.edj LuaSL_lexer.h LuaSL_lexer.c LuaSL_lemon_yaccer.h LuaSL_lemon_yaccer.c LuaSL_lemon_yaccer.out | 7 | rm -f ../LuaSL ../LuaSL_parser ../*.o *.output *.backup ../*.edj LuaSL_lexer.h LuaSL_lexer.c LuaSL_lemon_yaccer.h LuaSL_lemon_yaccer.c LuaSL_lemon_yaccer.out |
8 | 8 | ||
9 | |||
10 | # This assumes you have EFL installed in one of two standard places. | ||
9 | if [ -d "/opt/e17" ] | 11 | if [ -d "/opt/e17" ] |
10 | then | 12 | then |
11 | export E17DIR="/opt/e17" | 13 | export E17DIR="/opt/e17" |