1
0
Fork 0
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:
Henrik Hautakoski 2023-06-28 15:25:29 +02:00
parent c7246ead03
commit e3f46d4a84
3 changed files with 28 additions and 23 deletions

View file

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