Fix makefile install target

This commit is contained in:
Derek Parker 2015-03-01 15:37:19 -06:00
parent 5705013f73
commit 0726aec193

@ -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: