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:
parent
1ccb5ff87f
commit
d284cfde00
1 changed files with 2 additions and 1 deletions
3
Makefile
3
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue