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