wit-utils/zoopb-example/Makefile

18 lines
161 B
Makefile
Raw Permalink Normal View History

build:
GO111MODULE=off go build
test:
./zoopb-example
goimports:
goimports -w *.go
prep:
go get -v -t -u
run:
go run *.go
clean:
-rm -f zoopb-example