multicore formatting

This commit is contained in:
Alejandro Javier Asenjo Nitti
2023-10-13 07:02:29 -03:00
parent 9de23c85f4
commit 27d6123180
+2 -2
View File
@@ -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 ####