mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
cmd/tools/flags.go: move common flags into it's own file.
This commit is contained in:
parent
c7246ead03
commit
e3f46d4a84
3 changed files with 28 additions and 23 deletions
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ build/$(PROGRAM) :
|
|||
tools : build/thalos-tools
|
||||
|
||||
build/thalos-tools :
|
||||
$(GO) build $(GOBUILDFLAGS) -o $@ cmd/tools/main.go cmd/tools/bench.go cmd/tools/validate.go
|
||||
$(GO) build $(GOBUILDFLAGS) -o $@ cmd/tools/main.go cmd/tools/flags.go cmd/tools/bench.go cmd/tools/validate.go
|
||||
|
||||
install: build tools
|
||||
install -D build/$(PROGRAM) $(DESTDIR)$(BINDIR)/$(PROGRAM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue