From 0ba682902e2106be31fa12a164e6cbe36fe5f68d Mon Sep 17 00:00:00 2001 From: wolf-06 Date: Mon, 3 Aug 2026 14:54:59 +0530 Subject: [PATCH] update the description and regex pattern Signed-off-by: wolf-06 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8d7e99951..31981217e 100644 --- a/Makefile +++ b/Makefile @@ -172,12 +172,12 @@ GOIMPORTS_VERSION := $(shell go list -m -f '{{.Version}}' golang.org/x/tools) .PHONY: help help: ## Display this help message - @awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m\033[0m\n\nTargets:\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-20s\033[0m %s\n", $$1, $$2 }' $(MAKEFILE_LIST) + @awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m\033[0m\n\nTargets:\n"} /^[a-zA-Z0-9_%-]+:.*?##/ { printf " \033[36m%-20s\033[0m %s\n", $$1, $$2 }' $(MAKEFILE_LIST) # If you want to build all binaries, see the 'all-build' rule. # If you want to build all containers, see the 'all-containers' rule. -all: ## Build all binaries +all: ## Build the default velero binary @$(MAKE) build build-%: ## Build specific binary