diff --git a/Makefile b/Makefile index 8135a982..6fa445bc 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ format: .PHONY: debug_tidy tidy: debug_tidy - run-clang-tidy-15 -p debug_tidy ./src + run-clang-tidy-15 -j $(NUMPROC) -p debug_tidy ./src .PHONY: check-formatting check-formatting: