mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
added missing spaces to Makefile
This commit is contained in:
parent
6831ad3fa3
commit
81ec87401f
6
Makefile
6
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user