From 0726aec193534302bad0e96e278cf574c9f191c1 Mon Sep 17 00:00:00 2001 From: Derek Parker Date: Sun, 1 Mar 2015 15:37:19 -0600 Subject: [PATCH] Fix makefile install target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 94298711..db4574ef 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ endif install: go install github.com/derekparker/delve/cmd/dlv ifeq "$(UNAME)" "Darwin" - codesign -s $(CERT) $(which dlv) + codesign -s $(CERT) $(GOPATH)/bin/dlv endif test: