From eb84566d236df6b0dd4f5ce8fc47d66e55e33654 Mon Sep 17 00:00:00 2001 From: aqua Date: Thu, 29 Jun 2023 21:45:11 +0300 Subject: Fix compiler warnings --- tools/kconfig/build.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/kconfig/build.mk b/tools/kconfig/build.mk index 060dd99..a11a6d4 100755 --- a/tools/kconfig/build.mk +++ b/tools/kconfig/build.mk @@ -22,5 +22,5 @@ HOST_LDFLAGS := $(shell pkg-config --libs ncursesw) lex.yy.c: lexer.l parser.tab.c flex $< -clean: clean.base - @rm -f parser.tab.h parser.tab.c lex.yy.c +CLEAN_FILES += parser.tab.h parser.tab.c lex.yy.c + -- cgit v1.2.1