witProtobuf/example-cmd/Makefile

10 lines
75 B
Makefile

build:
go build
./example-cmd
prep:
go get -v -t -u
run:
go run *.go