From ce28959c708fc8e2d4d3a777aa81dd032d17d05c Mon Sep 17 00:00:00 2001 From: Filippo Valsorda Date: Thu, 28 Jun 2018 23:46:33 -0400 Subject: [PATCH] Ahem... a different project leaked into the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1515ff..1d4e2ee 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ IMPORT_PATH := github.com/FiloSottile/mkcert .PHONY: mkcert -covfefe: .GOPATH/.ok +mkcert: .GOPATH/.ok GOPATH="$(PWD)/.GOPATH" go install -v $(IMPORT_PATH) .PHONY: clean