From 8eaab964a0f5138bf77825acfed1d9f231051c19 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 6 Feb 2016 16:15:39 +1000 Subject: Create our home directories, if not already created. --- src/LuaSL/build.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'src/LuaSL/build.lua') 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 dir = workingDir end - removeFiles(dir, {'*.output', '*.backup', 'LuaSL_lexer.h', 'LuaSL_lexer.c', 'LuaSL_lemon_yaccer.h', 'LuaSL_lemon_yaccer.c', 'LuaSL_lemon_yaccer.out'}) -- Build and run lemon first, flex depends on it to define the symbol values. -- cgit v1.1