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, 10 insertions, 0 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index 9f2420b..bf82075 100755
--- a/LuaSL/build.sh
+++ b/LuaSL/build.sh
@@ -94,3 +94,13 @@ command="gcc $CFLAGS -o ../LuaSL_parser $objects $LDFLAGS $libs"
94echo $command 94echo $command
95$command 95$command
96 96
97
98command="flex --outfile=LuaSL_LSL_lexer.c --header-file=LuaSL_LSL_lexer.h LuaSL_LSL_lexer.l"
99echo $command
100$command
101
102command="btyacc -d -b LuaSL_LSL_yaccer -S btyacc-c.ske LuaSL_LSL_yaccer.y"
103echo $command
104$command
105
106