mirror of
https://github.com/lightninglabs/aperture.git
synced 2025-12-18 09:34:20 +01:00
makefile: apply tags to install command
This commit is contained in:
2
Makefile
2
Makefile
@@ -58,7 +58,7 @@ build:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
@$(call print, "Installing aperture.")
|
@$(call print, "Installing aperture.")
|
||||||
$(GOINSTALL) $(PKG)/cmd/aperture
|
$(GOINSTALL) -tags="${tags}" $(PKG)/cmd/aperture
|
||||||
|
|
||||||
docker-tools:
|
docker-tools:
|
||||||
@$(call print, "Building tools docker image.")
|
@$(call print, "Building tools docker image.")
|
||||||
|
|||||||
Reference in New Issue
Block a user