mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 22:25:24 +01:00
Makefile: actually install btcd w/ make btcd
This commit is contained in:
parent
cee18892b5
commit
29fe6e61e2
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -82,7 +82,9 @@ $(GOACC_BIN):
|
|||
|
||||
btcd:
|
||||
@$(call print, "Installing btcd.")
|
||||
GO111MODULE=on go get -v github.com/btcsuite/btcd/@$(BTCD_COMMIT)
|
||||
GO111MODULE=on go get -v $(BTCD_PKG)@$(BTCD_COMMIT)
|
||||
$(GOINSTALL) $(BTCD_PKG)
|
||||
$(GOINSTALL) $(BTCD_PKG)/cmd/btcctl
|
||||
|
||||
# ============
|
||||
# INSTALLATION
|
||||
|
|
Loading…
Add table
Reference in a new issue