From 07ddaa07aca2c75fef8b5234de0651535fbe5af0 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 5 Dec 2024 01:12:19 -0500 Subject: tools: kconf: Fix typo in filename Signed-off-by: Ian Moffett --- tools/kconf/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/kconf/Makefile') diff --git a/tools/kconf/Makefile b/tools/kconf/Makefile index c6df7ee..533a6ac 100644 --- a/tools/kconf/Makefile +++ b/tools/kconf/Makefile @@ -1,9 +1,9 @@ kconf: - bison -d grammer.y + bison -d grammar.y flex scan.l - gcc lex.yy.c grammer.tab.c -lfl -o kconf + gcc lex.yy.c grammar.tab.c -lfl -o kconf clean: - rm grammer.tab.* + rm grammar.tab.* rm lex.yy.c rm kconf -- cgit v1.2.3