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