diff options
Diffstat (limited to 'LuaSL')
-rwxr-xr-x | LuaSL/build.sh | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh index b118f5a..7c8ea25 100755 --- a/LuaSL/build.sh +++ b/LuaSL/build.sh | |||
@@ -97,13 +97,3 @@ command="gcc $CFLAGS -o ../LuaSL_parser $objects $LDFLAGS $libs" | |||
97 | echo $command | 97 | echo $command |
98 | $command | 98 | $command |
99 | 99 | ||
100 | |||
101 | command="flex --outfile=LuaSL_LSL_lexer.c --header-file=LuaSL_LSL_lexer.h LuaSL_LSL_lexer.l" | ||
102 | echo $command | ||
103 | $command | ||
104 | |||
105 | command="btyacc -d -b LuaSL_LSL_yaccer -S btyacc-c.ske LuaSL_LSL_yaccer.y" | ||
106 | echo $command | ||
107 | $command | ||
108 | |||
109 | |||