Makefile: use period for print for consistency
This commit is contained in:
parent
5039c106f6
commit
0d9b5ecc3c
2
Makefile
2
Makefile
@ -95,7 +95,7 @@ $(LINT_BIN):
|
||||
GO111MODULE=off go get -u $(LINT_PKG)
|
||||
|
||||
btcd:
|
||||
@$(call print, "Installing btcd...")
|
||||
@$(call print, "Installing btcd.")
|
||||
go get -v github.com/btcsuite/btcd/@v0.0.0-20180823030728-$(BTCD_COMMIT)
|
||||
|
||||
# ============
|
||||
|
Loading…
Reference in New Issue
Block a user