diff options
-rwxr-xr-x | tools/kconf/build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/kconf/build b/tools/kconf/build deleted file mode 100755 index 7544eac..0000000 --- a/tools/kconf/build +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash - -bison -d grammer.y -flex scan.l -gcc lex.yy.c grammer.tab.c -lfl -o kconf |