diff --git a/Makefile b/Makefile index f2a95e1..39eff5b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PROTOC_GEN_GO := $(GOPATH)/bin/protoc-gen-go default: run run: compile - ./mfer + ./cmd/mfer/mfer $(PROTOC_GEN_GO): go get -u github.com/golang/protobuf/protoc-gen-go