diff options
author | Ian Moffett <ian@osmora.org> | 2024-05-17 13:48:24 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-05-17 13:48:24 -0400 |
commit | fd2d2eb4b066d4a06312cef2d635bd56dadb9cec (patch) | |
tree | 5147d5d5a5732fd49e50e13b79c7b47d48bb517d | |
parent | e2f7c99d07eedc929e9a19de6477a15f4b0963b8 (diff) |
build: kconf: Remove useless file
Signed-off-by: Ian Moffett <ian@osmora.org>
-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 |