micro-bundle/makefile

14 lines
207 B
Makefile
Raw Normal View History

2025-03-28 01:23:17 +00:00
.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"