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:
|
||||
@$(call print, "Installing lnd and lncli.")
|
||||
$(CP) ./lnd $(LND_BIN)
|
||||
$(CP) ./lncli $(LNCLI_BIN)
|
||||
go install -v $(LDFLAGS) $(PKG)
|
||||
go install -v $(LDFLAGS) $(PKG)/cmd/lncli
|
||||
|
||||
scratch: dep build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user