build: enhance build process and testing across environments

- Add a new `all` target to the Makefile

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2025-04-15 10:35:36 +08:00
parent 419eff8b22
commit e4f03f3543
No known key found for this signature in database

View File

@ -38,6 +38,8 @@ endif
TAGS ?=
LDFLAGS ?= -X 'main.Version=$(VERSION)'
all: build
.PHONY: help
help: ## Print this help message.
@echo "Usage: make [target]"