aboutsummaryrefslogtreecommitdiff
path: root/tools/kconf/build
diff options
context:
space:
mode:
Diffstat (limited to 'tools/kconf/build')
-rwxr-xr-xtools/kconf/build5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/kconf/build b/tools/kconf/build
new file mode 100755
index 0000000..7544eac
--- /dev/null
+++ b/tools/kconf/build
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+bison -d grammer.y
+flex scan.l
+gcc lex.yy.c grammer.tab.c -lfl -o kconf