aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab48b33..9b6375c 100644
--- a/Makefile
+++ b/Makefile
@@ -97,8 +97,8 @@ apos.bin: init.bin kernel.bin
cat init.bin kernel.bin > apos.bin
format:
- find arch lib common include -iname '*.[ch]' \
- -exec clang-format -i -style=file {} \+
+ find arch lib common include -iname '*.[ch]' |\
+ uncrustify -c uncrustify.conf --no-backup -F -
.PHONY: docs
docs: