From 9d95b189135422a720cb00f8b0ca8546e7fdc9b5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 19:27:30 -0600 Subject: Day 1. pull these out from protobuf libraries --- virtbuf-example/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 virtbuf-example/Makefile (limited to 'virtbuf-example/Makefile') diff --git a/virtbuf-example/Makefile b/virtbuf-example/Makefile new file mode 100644 index 0000000..57f626f --- /dev/null +++ b/virtbuf-example/Makefile @@ -0,0 +1,17 @@ +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 -- cgit v1.2.3