Browse Source

Ahem... a different project leaked into the Makefile

Filippo Valsorda 6 years ago
parent
commit
ce28959c70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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