aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88ba36e..95a42ad 100644
--- a/Makefile
+++ b/Makefile
@@ -90,7 +90,7 @@ apos.bin: init.bin kernel.bin
format:
find arch lib common include -iname '*.[ch]' \
- -exec clang-format -i -style=file {} \;
+ -exec clang-format -i -style=file {} \+
clean:
$(RM) -r $(CLEANUP)