Skip to content

Commit

Permalink
make: install litcli with make go-install-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorTigerstrom committed May 30, 2023
1 parent edf4203 commit 9b584f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ go-install-cli:
$(GOINSTALL) -trimpath github.com/lightninglabs/faraday/cmd/frcli
$(GOINSTALL) -trimpath -ldflags "$(LDFLAGS)" github.com/lightninglabs/pool/cmd/pool
$(GOINSTALL) -trimpath -ldflags "$(LDFLAGS)" github.com/lightninglabs/taproot-assets/cmd/tapcli
$(GOINSTALL) -trimpath -tags="$(LND_RELEASE_TAGS)" -ldflags "$(LDFLAGS)" $(PKG)/cmd/litcli

app-build: yarn-install
@$(call print, "Building production app.")
Expand Down

0 comments on commit 9b584f1

Please sign in to comment.