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 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: