Format will now only check kern
This commit is contained in:
parent
68f3353fbd
commit
7ba7b9cc63
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue