Fix makefile install target
This commit is contained in:
parent
5705013f73
commit
0726aec193
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ endif
|
|||||||
install:
|
install:
|
||||||
go install github.com/derekparker/delve/cmd/dlv
|
go install github.com/derekparker/delve/cmd/dlv
|
||||||
ifeq "$(UNAME)" "Darwin"
|
ifeq "$(UNAME)" "Darwin"
|
||||||
codesign -s $(CERT) $(which dlv)
|
codesign -s $(CERT) $(GOPATH)/bin/dlv
|
||||||
endif
|
endif
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
Loading…
Reference in New Issue
Block a user