Skip to content

Commit

Permalink
separate binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ellemouton committed Nov 8, 2024
1 parent 1b5b4d5 commit a2cf39d
Show file tree
Hide file tree
Showing 4 changed files with 1,236 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ build:
$(GOBUILD) -tags="$(DEV_TAGS)" -o lncli-debug $(DEV_GCFLAGS) $(DEV_LDFLAGS) $(PKG)/cmd/lncli
$(GOBUILD) -tags="$(DEV_TAGS)" -o multinode-debug $(DEV_GCFLAGS) $(DEV_LDFLAGS) $(PKG)/cmd/multinode
$(GOBUILD) -tags="$(DEV_TAGS)" -o multinode2-debug $(DEV_GCFLAGS) $(DEV_LDFLAGS) $(PKG)/cmd/multinode2
$(GOBUILD) -tags="$(DEV_TAGS)" -o multinode3-debug $(DEV_GCFLAGS) $(DEV_LDFLAGS) $(PKG)/cmd/multinode3

#? build-itest: Build integration test binaries, place them in itest directory
build-itest:
Expand All @@ -140,6 +141,7 @@ install-binaries:
$(GOINSTALL) -tags="${tags}" -ldflags="$(RELEASE_LDFLAGS)" $(PKG)/cmd/lncli
$(GOINSTALL) -tags="${tags}" -ldflags="$(RELEASE_LDFLAGS)" $(PKG)/cmd/multinode
$(GOINSTALL) -tags="${tags}" -ldflags="$(RELEASE_LDFLAGS)" $(PKG)/cmd/multinode2
$(GOINSTALL) -tags="${tags}" -ldflags="$(RELEASE_LDFLAGS)" $(PKG)/cmd/multinode3

#? manpages: generate and install man pages
manpages:
Expand Down
Loading

0 comments on commit a2cf39d

Please sign in to comment.