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
+18-6Lines changed: 18 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
#? release: Build the full set of reproducible release binaries for all supported platforms
149
-
# Make sure the generated mobile RPC stubs don't influence our vendor package
150
-
# by removing them first in the clean-mobile target.
146
+
#? cross-release-install: Build lnd and lncli release binaries for single/all supported platforms to /tmp (useful for checking cross compilation or priming release build cache).
147
+
cross-release-install:
148
+
@$(call print, "Cross compiling release lnd and lncli.")
#? 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.
151
163
release: clean-mobile
152
164
@$(call print, "Releasing lnd and lncli binaries.")
0 commit comments