diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
