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 7d561e1..a647267 100644
--- a/Makefile
+++ b/Makefile
@@ -97,7 +97,7 @@ apos.bin: init.bin kernel.bin
format:
find arch lib common include -iname '*.[ch]' |\
- uncrustify -c uncrustify.conf --no-backup -F -
+ xargs -n 10 -P 0 uncrustify -c uncrustify.conf --no-backup -F -
.PHONY: docs
docs: