diff options
Diffstat (limited to 'virtbuf-example/Makefile')
| -rw-r--r-- | virtbuf-example/Makefile | 17 |
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 |
