diff options
author | David Walter Seikel | 2014-05-24 12:16:20 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-24 12:16:20 +1000 |
commit | 79602a4b88e4b48922f64d8203524e921eb33b48 (patch) | |
tree | c93ff60095d1cbd819cd0cd4d3e74a591aa714fa /src/LuaSL | |
parent | Big include and libraries clean up. (diff) | |
download | SledjHamr-79602a4b88e4b48922f64d8203524e921eb33b48.zip SledjHamr-79602a4b88e4b48922f64d8203524e921eb33b48.tar.gz SledjHamr-79602a4b88e4b48922f64d8203524e921eb33b48.tar.bz2 SledjHamr-79602a4b88e4b48922f64d8203524e921eb33b48.tar.xz |
Auto clean the files we build.
Diffstat (limited to 'src/LuaSL')
-rwxr-xr-x | src/LuaSL/build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LuaSL/build.lua b/src/LuaSL/build.lua index 0878e3d..0bd376c 100755 --- a/src/LuaSL/build.lua +++ b/src/LuaSL/build.lua | |||
@@ -14,7 +14,7 @@ if 'nil' == type(dir) then | |||
14 | end | 14 | end |
15 | 15 | ||
16 | 16 | ||
17 | removeFiles(dir, {'../../LuaSL', '*.o', '*.output', '*.backup', 'LuaSL_lexer.h', 'LuaSL_lexer.c', 'LuaSL_lemon_yaccer.h', 'LuaSL_lemon_yaccer.c', 'LuaSL_lemon_yaccer.out'}) | 17 | removeFiles(dir, {'*.output', '*.backup', 'LuaSL_lexer.h', 'LuaSL_lexer.c', 'LuaSL_lemon_yaccer.h', 'LuaSL_lemon_yaccer.c', 'LuaSL_lemon_yaccer.out'}) |
18 | 18 | ||
19 | -- Run lemon first, flex depends on it to define the symbol values. | 19 | -- Run lemon first, flex depends on it to define the symbol values. |
20 | runCommand('lemon', dir, '../../libraries/lemon/lemon -s -T../../libraries/lemon/lempar.c LuaSL_lemon_yaccer.y') | 20 | runCommand('lemon', dir, '../../libraries/lemon/lemon -s -T../../libraries/lemon/lempar.c LuaSL_lemon_yaccer.y') |