From d284cfde0089d5c9301733c41e6f659fe83393fa Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 15 Jun 2023 11:54:32 +0200 Subject: [PATCH] Makefile: install thalos-tools. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9f30de7..79ba0ca 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,9 @@ tools : build/thalos-tools build/thalos-tools : $(GO) build $(GOBUILDFLAGS) -o $@ cmd/tools/main.go cmd/tools/bench.go cmd/tools/validate.go -install: build +install: build tools install -D build/$(PROGRAM) $(DESTDIR)$(BINDIR)/$(PROGRAM) + install -D build/thalos-tools $(DESTDIR)$(BINDIR)/thalos-tools install -m 644 -D config.example.yml $(DESTDIR)$(CFGDIR)/config.yml install-scripts: