.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"