diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 15:29:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 15:29:27 -0600 |
| commit | 455377e30abc161bbee3ee75ac81754a73405617 (patch) | |
| tree | e603a5f1b85f705ceb087396b7ac6abaccbf573c /example | |
| parent | ff1721c250420fb4f1ce24f13d2e20721e40a07b (diff) | |
compiles example and it runs
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 |
