added missing spaces to Makefile

This commit is contained in:
michael1011 2018-09-09 10:48:37 +02:00
parent 6831ad3fa3
commit 81ec87401f
No known key found for this signature in database
GPG Key ID: 84D249BA71685D46

@ -52,10 +52,10 @@ COVER = for dir in $(GOLISTCOVER); do \
-covermode=count \ -covermode=count \
-coverprofile=$$dir/profile.tmp $$dir; \ -coverprofile=$$dir/profile.tmp $$dir; \
\ \
if [ $$? != 0 ] ;\ if [ $$? != 0 ] ; \
then \ then \
exit 1; \ exit 1; \
fi ;\ fi ; \
\ \
if [ -f $$dir/profile.tmp ]; then \ if [ -f $$dir/profile.tmp ]; then \
cat $$dir/profile.tmp | \ cat $$dir/profile.tmp | \
@ -224,7 +224,7 @@ clean:
.PHONY: all \ .PHONY: all \
btcd\ btcd \
default \ default \
dep \ dep \
build \ build \