makefile: update install directive to just use go install
This commit is contained in:
parent
29c9d78c63
commit
72e59077ba
4
Makefile
4
Makefile
@ -130,8 +130,8 @@ build:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
@$(call print, "Installing lnd and lncli.")
|
@$(call print, "Installing lnd and lncli.")
|
||||||
$(CP) ./lnd $(LND_BIN)
|
go install -v $(LDFLAGS) $(PKG)
|
||||||
$(CP) ./lncli $(LNCLI_BIN)
|
go install -v $(LDFLAGS) $(PKG)/cmd/lncli
|
||||||
|
|
||||||
scratch: dep build
|
scratch: dep build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user