mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
makefile: update install directive to just use go install
This commit is contained in:
parent
29c9d78c63
commit
72e59077ba
1 changed files with 2 additions and 2 deletions
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…
Add table
Reference in a new issue