diff options
Diffstat (limited to 'example')
| -rw-r--r-- | example/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/example/Makefile b/example/Makefile index 7558b5e..3c477bf 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,8 +1,8 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d_%H%M) -full: clean goimports auto vet build - ./testfiles +full: clean auto goimports vet build + ./example vet: @GO111MODULE=off go vet @@ -11,7 +11,6 @@ vet: build: rm -f fruit.newsort.pb.go GO111MODULE=off go build - ./testfiles auto: ../autogenpb --proto fruit.proto --package main |
