summaryrefslogtreecommitdiff
path: root/virtbuf-example/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 18:46:18 -0600
committerJeff Carr <[email protected]>2025-02-22 18:46:18 -0600
commit1c9ce9eea70f739b53958de364c8e9d6d56cf550 (patch)
tree807a2cc924f8ce7622892e14258bccb4fe843570 /virtbuf-example/Makefile
parent5c1489878f548d0cb330808d3d2d4288b7f53564 (diff)
Diffstat (limited to 'virtbuf-example/Makefile')
-rw-r--r--virtbuf-example/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/virtbuf-example/Makefile b/virtbuf-example/Makefile
deleted file mode 100644
index 57f626f..0000000
--- a/virtbuf-example/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-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