diff --git a/Makefile b/Makefile index 1d19707..5ffa956 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,13 @@ +all: + # You must use the current protoc-gen-go + # + # apt remove golang-goprotobuf-dev + # + # Then: + # go get -u github.com/golang/protobuf/protoc-gen-go + # cd ~/go/src/github.com/golang/protobuf/protoc-gen-go + # go install + events.pb.go: events.proto # go get -u github.com/golang/protobuf/protoc-gen-go # you probably also want to do: