Format will now only check kern

This commit is contained in:
Imbus 2025-09-02 02:47:47 +02:00
parent 68f3353fbd
commit 7ba7b9cc63

View file

@ -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