diff options
author | David Walter Seikel | 2016-02-06 16:15:39 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-02-06 16:15:39 +1000 |
commit | 8eaab964a0f5138bf77825acfed1d9f231051c19 (patch) | |
tree | 7a80dbf473a9f33ad9cdb2f742131cc16704b3e4 /src/LuaSL | |
parent | Switch to eina_quaternion, instead of the copy pasted, coz it's hidden, evas_... (diff) | |
download | SledjHamr-8eaab964a0f5138bf77825acfed1d9f231051c19.zip SledjHamr-8eaab964a0f5138bf77825acfed1d9f231051c19.tar.gz SledjHamr-8eaab964a0f5138bf77825acfed1d9f231051c19.tar.bz2 SledjHamr-8eaab964a0f5138bf77825acfed1d9f231051c19.tar.xz |
Create our home directories, if not already created.
Diffstat (limited to 'src/LuaSL')
-rwxr-xr-x | src/LuaSL/build.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/LuaSL/build.lua b/src/LuaSL/build.lua index df002f6..dafcf5e 100755 --- a/src/LuaSL/build.lua +++ b/src/LuaSL/build.lua | |||
@@ -13,7 +13,6 @@ if 'nil' == type(dir) then | |||
13 | dir = workingDir | 13 | dir = workingDir |
14 | end | 14 | end |
15 | 15 | ||
16 | |||
17 | removeFiles(dir, {'*.output', '*.backup', 'LuaSL_lexer.h', 'LuaSL_lexer.c', 'LuaSL_lemon_yaccer.h', 'LuaSL_lemon_yaccer.c', 'LuaSL_lemon_yaccer.out'}) | 16 | removeFiles(dir, {'*.output', '*.backup', 'LuaSL_lexer.h', 'LuaSL_lexer.c', 'LuaSL_lemon_yaccer.h', 'LuaSL_lemon_yaccer.c', 'LuaSL_lemon_yaccer.out'}) |
18 | 17 | ||
19 | -- Build and run lemon first, flex depends on it to define the symbol values. | 18 | -- Build and run lemon first, flex depends on it to define the symbol values. |