aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-06-16 20:40:01 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-06-16 20:40:01 +0300
commit66eaaba9703bcb062d2078aede3b85c4a6f3a485 (patch)
tree38ec6e975199094eb05768a5b985a8143aedaa6f /Makefile
parent4a0347af83a391d76f8bf1519424c582b938a54e (diff)
downloadkmi-66eaaba9703bcb062d2078aede3b85c4a6f3a485.tar.gz
kmi-66eaaba9703bcb062d2078aede3b85c4a6f3a485.zip
small changed to formatting
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: