From 7294673a9889f968eef86930d4e09f47070439fc Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 9 Apr 2024 18:43:02 +0300 Subject: formatting --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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: -- cgit v1.3