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 Jun 16, 2023
1 parent f64c535 commit ed0e713
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 ed0e713

Please sign in to comment.