We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make go-install-cli
1 parent f64c535 commit ed0e713Copy full SHA for ed0e713
Makefile
@@ -138,6 +138,7 @@ go-install-cli:
138
$(GOINSTALL) -trimpath github.com/lightninglabs/faraday/cmd/frcli
139
$(GOINSTALL) -trimpath -ldflags "$(LDFLAGS)" github.com/lightninglabs/pool/cmd/pool
140
$(GOINSTALL) -trimpath -ldflags "$(LDFLAGS)" github.com/lightninglabs/taproot-assets/cmd/tapcli
141
+ $(GOINSTALL) -trimpath -tags="$(LND_RELEASE_TAGS)" -ldflags "$(LDFLAGS)" $(PKG)/cmd/litcli
142
143
app-build: yarn-install
144
@$(call print, "Building production app.")
0 commit comments