diff --git a/Makefile b/Makefile index c4ee66aa2..10cf8958b 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 \