vendor; update protobuild
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
This commit is contained in:
parent
5c2daadf80
commit
c677518065
823 changed files with 424082 additions and 13 deletions
8
Makefile
8
Makefile
|
@ -26,6 +26,10 @@
|
|||
PACKAGES=$(shell go list ./... | grep -v /vendor/)
|
||||
REVISION=$(shell git rev-parse HEAD)
|
||||
|
||||
protos:
|
||||
protobuild --quiet ${PACKAGES}
|
||||
all: build
|
||||
|
||||
protos:
|
||||
@protobuild --quiet ${PACKAGES}
|
||||
|
||||
build:
|
||||
@go build -v .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue