[UPD] makefile: increase speed format with parallel

This commit is contained in:
Mathieu Benoit 2023-04-29 22:07:07 -04:00
parent cbd9fba586
commit 818ea8ca83

View file

@ -870,11 +870,7 @@ open_terminal:
############
.PHONY: format
format:
./script/make.sh format_code_generator
./script/make.sh format_code_generator_template
./script/make.sh format_script
./script/make.sh format_erplibre_addons
./script/make.sh format_supported_addons
parallel ::: "./script/make.sh format_code_generator" "./script/make.sh format_code_generator_template" "./script/make.sh format_script" "./script/make.sh format_erplibre_addons" "./script/make.sh format_supported_addons"
.PHONY: format_code_generator
format_code_generator: