Skip to content

Commit

Permalink
Install protoc-gen-go from vendor in make install
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed Jul 24, 2018
1 parent 078f913 commit aab3fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ regenerate:

install:
cd protoc-gen-gopherjs && go install ./
go install ./vendor/github.com/golang/protobuf/protoc-gen-go

.PHONY: test
test:
Expand Down

0 comments on commit aab3fa1

Please sign in to comment.