Skip to content

Commit e020921

Browse files
authored
Convert Control field to string (#23)
1 parent 6d5e837 commit e020921

File tree

5 files changed

+638
-770
lines changed

5 files changed

+638
-770
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$(VERBOSE).SILENT:
22

33
# default target
4-
default: all-install all
4+
default: all-install update-proto
55

66
ifndef GOPATH
77
GOPATH := $(shell go env GOPATH)
@@ -14,7 +14,7 @@ PROTO_SERVICES = $(wildcard $(PROTO_ROOT)/*/service.proto)
1414
PROTO_OUT := .
1515
PROTO_IMPORT := $(PROTO_ROOT):$(GOPATH)/src/github.com/gogo/protobuf/protobuf
1616

17-
skip-update: grpc grpc-mock copyright gomodtidy
17+
update-proto: update-proto-submodule all
1818

1919
all: update-proto-submodule grpc grpc-mock copyright gomodtidy
2020

0 commit comments

Comments
 (0)