Skip to content

Commit e4f03f3

Browse files
committed
build: enhance build process and testing across environments
- Add a new `all` target to the Makefile Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent 419eff8 commit e4f03f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ endif
3838
TAGS ?=
3939
LDFLAGS ?= -X 'main.Version=$(VERSION)'
4040

41+
all: build
42+
4143
.PHONY: help
4244
help: ## Print this help message.
4345
@echo "Usage: make [target]"

0 commit comments

Comments
 (0)