From c65cf7ffd1a8051ac5eeab5f8e0bd0a05647248c Mon Sep 17 00:00:00 2001 From: ziggie Date: Mon, 26 May 2025 08:38:15 +0200 Subject: [PATCH] makefile: fix linewrap for make help cmd --- Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index cb4c85062..d1aac3279 100644 --- a/Makefile +++ b/Makefile @@ -134,9 +134,7 @@ manpages: #? install: Build and install lnd and lncli binaries and place them in $GOPATH/bin. install: install-binaries -#? 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. +#? 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. install-all: install manpages #? release-install: Build and install lnd and lncli release binaries, place them in $GOPATH/bin @@ -161,9 +159,7 @@ cross-release-install: echo; \ done -#? 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. +#? 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. release: clean-mobile @$(call print, "Releasing lnd and lncli binaries.") $(VERSION_CHECK)