Fix makefile install target
This commit is contained in:
parent
5705013f73
commit
0726aec193
2
Makefile
2
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:
|
||||
|
Loading…
Reference in New Issue
Block a user