From 81ec87401f6e3373e1890fe7a4500f1a349651ac Mon Sep 17 00:00:00 2001 From: michael1011 Date: Sun, 9 Sep 2018 10:48:37 +0200 Subject: [PATCH] added missing spaces to Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c4ee66aa..10cf8958 100644 --- a/Makefile +++ b/Makefile @@ -52,10 +52,10 @@ COVER = for dir in $(GOLISTCOVER); do \ -covermode=count \ -coverprofile=$$dir/profile.tmp $$dir; \ \ - if [ $$? != 0 ] ;\ + if [ $$? != 0 ] ; \ then \ exit 1; \ - fi ;\ + fi ; \ \ if [ -f $$dir/profile.tmp ]; then \ cat $$dir/profile.tmp | \ @@ -224,7 +224,7 @@ clean: .PHONY: all \ - btcd\ + btcd \ default \ dep \ build \