Skip to content

Commit c65cf7f

Browse files
committed
makefile: fix linewrap for make help cmd
1 parent c624e43 commit c65cf7f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ manpages:
134134
#? install: Build and install lnd and lncli binaries and place them in $GOPATH/bin.
135135
install: install-binaries
136136

137-
#? install-all: Performs all the same tasks as the install command along with generating and
138-
# installing the man pages for the lnd and lncli binaries. This command is useful in an
139-
# environment where a user has root access and so has write access to the man page directory.
137+
#? install-all: Performs all the same tasks as the install command along with generating and installing the man pages for the lnd and lncli binaries. This command is useful in an environment where a user has root access and so has write access to the man page directory.
140138
install-all: install manpages
141139

142140
#? release-install: Build and install lnd and lncli release binaries, place them in $GOPATH/bin
@@ -161,9 +159,7 @@ cross-release-install:
161159
echo; \
162160
done
163161

164-
#? release: Build the full set of reproducible release binaries for all supported platforms
165-
# Make sure the generated mobile RPC stubs don't influence our vendor package
166-
# by removing them first in the clean-mobile target.
162+
#? release: Build the full set of reproducible release binaries for all supported platforms. Make sure the generated mobile RPC stubs don't influence our vendor package by removing them first in the clean-mobile target.
167163
release: clean-mobile
168164
@$(call print, "Releasing lnd and lncli binaries.")
169165
$(VERSION_CHECK)

0 commit comments

Comments
 (0)