aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-04-09 18:43:02 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-04-09 18:43:02 +0300
commit7294673a9889f968eef86930d4e09f47070439fc (patch)
treec1ef47a0fbc30323b2d15e0276945bf53d997488 /Makefile
parenteda6bcd42128a3e555c99a68f5b31c7e85518fe5 (diff)
downloadek-7294673a9889f968eef86930d4e09f47070439fc.tar.gz
ek-7294673a9889f968eef86930d4e09f47070439fc.zip
formatting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4ded5db..a2c18cd 100644
--- a/Makefile
+++ b/Makefile
@@ -35,12 +35,12 @@ lint: $(OBJS:.o=.o.l)
.PHONY: format
format:
find src include tests -iname '*.[ch]' |\
- xargs -n 10 -P 0 uncrustify -c uncrustify.conf --no-backup -F -
+ xargs uncrustify -c uncrustify.conf --no-backup -F -
.PHONY: license
license:
find src include tests -iname '*.[ch]' |\
- xargs -n 10 -P 0 ./scripts/license
+ xargs ./scripts/license
.PHONY: docs
docs: