From 27d61231800fb383e8d36c5a2e0ed09d06a707f5 Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Fri, 13 Oct 2023 07:02:29 -0300 Subject: [PATCH] multicore formatting --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eff44132..ab1fd0d6 100644 --- a/Makefile +++ b/Makefile @@ -216,10 +216,10 @@ clean: @git clean -fdx build/ format: - @./tools/format.py + @./tools/format.py -j $(nproc) checkformat: - @./tools/check_format.sh + @./tools/check_format.sh -j $(nproc) #### Various Recipes ####