From 7a2b9389794e87758036546731c9f1517cb5f700 Mon Sep 17 00:00:00 2001 From: sneak Date: Tue, 1 Feb 2022 22:49:55 -0800 Subject: [PATCH] ci debugging --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8e17306..fa1ac4e 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,10 @@ devprereqs: which golangci-lint || go install -v github.com/golangci/golangci-lint/cmd/golangci-lint@latest mfer: $(PROTOC_GEN_GO) src/*.go cmd/*/*.go + -echo PATH is $(PATH) + -find $(GOPATH) + -echo GOPATH/bin contents: + -find $(GOPATH)/bin cd proto && go generate . cd cmd/mfer && go build -o ../../mfer $(GOFLAGS) .