diff options
Diffstat (limited to 'tools/kconf/build')
-rwxr-xr-x | tools/kconf/build | 5 |
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 |