From 818ea8ca83184b6e2d71c07b2366036a349f87df Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sat, 29 Apr 2023 22:07:07 -0400 Subject: [PATCH] [UPD] makefile: increase speed format with parallel --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 0c3375f..384b739 100644 --- a/Makefile +++ b/Makefile @@ -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: