builds and runs!

This commit is contained in:
Jeffrey Paul 2022-02-01 20:12:53 -08:00 committed by user
parent 01e9433404
commit 69c8d45f8f
1 changed files with 1 additions and 1 deletions

View File

@ -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