diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-16 20:40:01 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-16 20:40:01 +0300 |
| commit | 66eaaba9703bcb062d2078aede3b85c4a6f3a485 (patch) | |
| tree | 38ec6e975199094eb05768a5b985a8143aedaa6f /Makefile | |
| parent | 4a0347af83a391d76f8bf1519424c582b938a54e (diff) | |
| download | kmi-66eaaba9703bcb062d2078aede3b85c4a6f3a485.tar.gz kmi-66eaaba9703bcb062d2078aede3b85c4a6f3a485.zip | |
small changed to formatting
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: |
