From 236963e7563be3e3f8220dac7bb4af446928e194 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Mon, 24 Jun 2024 22:55:29 -0400 Subject: Clean out for expt Signed-off-by: Ian Moffett --- tools/kconf/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tools/kconf/Makefile (limited to 'tools/kconf/Makefile') 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 -- cgit v1.2.3