micro-bundle/makefile
2025-03-28 09:23:17 +08:00

14 lines
207 B
Makefile

.PHONY: all build run gotool help
BINARY="workFlowService"
all: gotool build
run:
@go run ./cmd/app.go
bundle:
protoc --go_out=./pb/ --go-triple_out=./pb ./pb/bundle.proto --govalidators_out="./pb"