summaryrefslogtreecommitdiff
path: root/tools/kconf/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2024-06-24 22:55:29 -0400
committerIan Moffett <ian@osmora.org>2024-06-24 22:55:29 -0400
commit236963e7563be3e3f8220dac7bb4af446928e194 (patch)
treee521ea226db0345bbb3679fffe09d96254b7dc73 /tools/kconf/Makefile
parent214eadc62b5578f76c98a38a28f8b3d80ac4d6ad (diff)
Clean out for expt
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'tools/kconf/Makefile')
-rw-r--r--tools/kconf/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/kconf/Makefile b/tools/kconf/Makefile
deleted file mode 100644
index c6df7ee..0000000
--- a/tools/kconf/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-kconf:
- bison -d grammer.y
- flex scan.l
- gcc lex.yy.c grammer.tab.c -lfl -o kconf
-
-clean:
- rm grammer.tab.*
- rm lex.yy.c
- rm kconf