aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'LuaSL/build.sh')
-rwxr-xr-xLuaSL/build.sh10
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"
97echo $command 97echo $command
98$command 98$command
99 99
100
101command="flex --outfile=LuaSL_LSL_lexer.c --header-file=LuaSL_LSL_lexer.h LuaSL_LSL_lexer.l"
102echo $command
103$command
104
105command="btyacc -d -b LuaSL_LSL_yaccer -S btyacc-c.ske LuaSL_LSL_yaccer.y"
106echo $command
107$command
108
109