From 6f780878129c1d42a8bca898ad7f403d52037e7a Mon Sep 17 00:00:00 2001 From: Giancarlo Cicellyn Comneno Date: Sun, 22 Feb 2026 18:35:05 +0100 Subject: [PATCH] fix: correct common.mk help target listing --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index a993990dd..100a28110 100644 --- a/common.mk +++ b/common.mk @@ -36,7 +36,7 @@ export UV_FROZEN := true help: ## Show this help. @printf "\e[1m%-30s\e[0m | \e[1m%s\e[0m\n" "Target" "Description" printf "\e[2m%-30s + %-41s\e[0m\n" "------------------------------" "------------------------------------------------" - egrep '^[^:]+\: [^#]*##' $$(echo $(MAKEFILE_LIST) | tac --separator=' ') | sed -e 's/^[^:]*://' -e 's/:[^#]*/ /' | sort -V| awk -F '[: ]*' \ + egrep '^[^:]+\: [^#]*##' $$(echo $(MAKEFILE_LIST) | tac --separator=' ') | sed -e 's/:[^#]*/ /' | sort -V | awk -F '[: ]*' \ '{ if ($$2 == "##") {