From 69c8d45f8fcd85934f266f5b20b0aea0c843dabe Mon Sep 17 00:00:00 2001 From: sneak Date: Tue, 1 Feb 2022 20:12:53 -0800 Subject: [PATCH] builds and runs! --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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