mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-13 12:33:04 +02:00
makefile: add tags to install cmd
This commit is contained in:
parent
6dd03c0edc
commit
b7a603bda8
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -73,8 +73,8 @@ build:
|
|||
|
||||
install:
|
||||
@$(call print, "Installing Pool.")
|
||||
$(GOINSTALL) -ldflags="$(LDFLAGS)" $(PKG)/cmd/pool
|
||||
$(GOINSTALL) -ldflags="$(LDFLAGS)" $(PKG)/cmd/poold
|
||||
$(GOINSTALL) -tags="${tags}" -ldflags="$(LDFLAGS)" $(PKG)/cmd/pool
|
||||
$(GOINSTALL) -tags="${tags}" -ldflags="$(LDFLAGS)" $(PKG)/cmd/poold
|
||||
|
||||
release:
|
||||
@$(call print, "Releasing pool and poold binaries.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue