@@ -9,4 +9,9 @@ dev_tool:
.PHONY: gen
# gen 生成代码
gen:
cd protocol/proto && make gen
.PHONY: build
# build
build:
mkdir -p bin/ && CGO_ENABLED=0 go build -ldflags "-X main.Version=$(VERSION)" -o ./bin/ ./cmd/...
The note is not visible to the blocked user.