From afbd280cd4d70729c2920307675a2da54d585d9b Mon Sep 17 00:00:00 2001 From: Avimitin Date: Tue, 15 Oct 2024 15:29:45 +0800 Subject: [PATCH] [makefile] fix recurse level of reformat Signed-off-by: Avimitin --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fd67fb7b9..3013eee4f 100644 --- a/Makefile +++ b/Makefile @@ -38,11 +38,11 @@ clean: .PHONY: reformat reformat: - mill -i __.reformat + mill -i _.reformat .PHONY: checkformat checkformat: - mill -i __.checkFormat + mill -i _.checkFormat .PHONY: list-configs list-configs: