diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 16:22:19 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 16:22:19 -0600 |
| commit | bdcaba32f89cc635f39300aa213931c8eeffb909 (patch) | |
| tree | bb4ed9ee2a7ba404d6a03dc48e7c7ddc62e7cdcf /Makefile | |
| parent | 3359a4499644a0e59a0dd0f1c2c74ae688f0190a (diff) | |
autogenpb marshal.pb.go and sort.pb.go
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -5,7 +5,7 @@ # go install -all: refs.pb.go gitTags.pb.go godep.pb.go repos.pb.go vet +all: refs.pb.go gitTags.pb.go godep.pb.go repo.pb.go make -C scanGoSrc/ vet: lint @@ -44,10 +44,11 @@ godep.pb.go: godep.proto --go_opt=Mgodep.proto=go.wit.com/lib/protobuf/gitpb \ godep.proto -repos.pb.go: repos.proto +repo.pb.go: repo.proto cd ~/go/src && protoc --go_out=. --proto_path=go.wit.com/lib/protobuf/gitpb \ --go_opt=Mrefs.proto=go.wit.com/lib/protobuf/gitpb \ --go_opt=Mgodep.proto=go.wit.com/lib/protobuf/gitpb \ - --go_opt=Mrepos.proto=go.wit.com/lib/protobuf/gitpb \ + --go_opt=Mrepo.proto=go.wit.com/lib/protobuf/gitpb \ --go_opt=MgitTags.proto=go.wit.com/lib/protobuf/gitpb \ - repos.proto + repo.proto + autogenpb --proto repo.proto --sort "ByPath,GoPath" |
