virtbuf/configfile/Makefile

12 lines
103 B
Makefile

build:
GO111MODULE=off go build
prep:
go get -v -t -u
run:
go run *.go
clean:
-rm -f configfile