1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

Makefile: install thalos-tools.

This commit is contained in:
Henrik Hautakoski 2023-06-15 11:54:32 +02:00
parent 1ccb5ff87f
commit d284cfde00

View file

@ -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: