Merge pull request #1869 from michael1011/makefile-space

Added missing spaces to Makefile
This commit is contained in:
Olaoluwa Osuntokun 2018-09-13 19:12:40 -07:00 committed by GitHub
commit a2d231e828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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