diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-09 18:43:02 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-09 18:43:02 +0300 |
| commit | 7294673a9889f968eef86930d4e09f47070439fc (patch) | |
| tree | c1ef47a0fbc30323b2d15e0276945bf53d997488 /Makefile | |
| parent | eda6bcd42128a3e555c99a68f5b31c7e85518fe5 (diff) | |
| download | ek-7294673a9889f968eef86930d4e09f47070439fc.tar.gz ek-7294673a9889f968eef86930d4e09f47070439fc.zip | |
formatting
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |
