Merge pull request #2745 from cfromknecht/make-install-btcd
Makefile: actually install btcd w/ make btcd
This commit is contained in:
commit
3895a4f276
4
Makefile
4
Makefile
@ -82,7 +82,9 @@ $(GOACC_BIN):
|
|||||||
|
|
||||||
btcd:
|
btcd:
|
||||||
@$(call print, "Installing 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
|
# INSTALLATION
|
||||||
|
Loading…
Reference in New Issue
Block a user