From e4f03f35435d956e52943a3235d641cb95a6601a Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 15 Apr 2025 10:35:36 +0800 Subject: [PATCH] build: enhance build process and testing across environments - Add a new `all` target to the Makefile Signed-off-by: Bo-Yi Wu --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4c05537..dbac26b 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,8 @@ endif TAGS ?= LDFLAGS ?= -X 'main.Version=$(VERSION)' +all: build + .PHONY: help help: ## Print this help message. @echo "Usage: make [target]"