You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -134,9 +134,7 @@ manpages:
134
134
#? install: Build and install lnd and lncli binaries and place them in $GOPATH/bin.
135
135
install: install-binaries
136
136
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.
140
138
install-all: install manpages
141
139
142
140
#? release-install: Build and install lnd and lncli release binaries, place them in $GOPATH/bin
@@ -161,9 +159,7 @@ cross-release-install:
161
159
echo;\
162
160
done
163
161
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.
167
163
release: clean-mobile
168
164
@$(call print, "Releasing lnd and lncli binaries.")
0 commit comments