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

View File

@ -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 \