summaryrefslogtreecommitdiff
path: root/virtbuf-example/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 19:27:30 -0600
committerJeff Carr <[email protected]>2024-12-01 19:27:30 -0600
commit9d95b189135422a720cb00f8b0ca8546e7fdc9b5 (patch)
tree34299ad83167152bf4681b4264751b5c4f9cdf50 /virtbuf-example/Makefile
Day 1. pull these out from protobuf librariesv0.0.2v0.0.1
Diffstat (limited to 'virtbuf-example/Makefile')
-rw-r--r--virtbuf-example/Makefile17
1 files changed, 17 insertions, 0 deletions
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