Makefile: use period for print for consistency

This commit is contained in:
Conner Fromknecht 2018-11-30 15:20:50 -08:00
parent 5039c106f6
commit 0d9b5ecc3c
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -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)
# ============