aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-05-17 13:48:24 -0400
committerIan Moffett <ian@osmora.org>2024-05-17 13:48:24 -0400
commitfd2d2eb4b066d4a06312cef2d635bd56dadb9cec (patch)
tree5147d5d5a5732fd49e50e13b79c7b47d48bb517d
parente2f7c99d07eedc929e9a19de6477a15f4b0963b8 (diff)
build: kconf: Remove useless file
Signed-off-by: Ian Moffett <ian@osmora.org>
-rwxr-xr-xtools/kconf/build5
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