提交 134a53bc 编写于 作者: D Derek Parker

Update makefile

上级 f3019b74
......@@ -4,13 +4,13 @@ PREFIX=github.com/derekparker/delve
build:
go build github.com/derekparker/delve/cmd/dlv
ifeq "$(UNAME)" "Darwin"
codesign -s dlv-cert ./dlv
codesign -s $(CERT) ./dlv
endif
install:
go install github.com/derekparker/delve/cmd/dlv
ifeq "$(UNAME)" "Darwin"
codesign -s dlv-cert $(which dlv)
codesign -s $(CERT) $(which dlv)
endif
test:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册