From 7ba7b9cc6318909e3f14b05099bdd8cdf7e6892b Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Tue, 2 Sep 2025 02:47:47 +0200 Subject: [PATCH] Format will now only check kern --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f687a6..1d12793 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ clean: find . -type f -name '*.[od(elf)]' -exec rm -f {} + format: - find . -type f -name '*.[ch]' -exec clang-format -i {} + + find kern -type f -name '*.[ch]' -exec clang-format -i {} \; TOOLCHAIN_DIR := toolchain