wit-utils/virtbuf-example/Makefile

18 lines
165 B
Makefile
Raw Normal View History

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