mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-18 04:40:03 +02:00
Makefile: rename "build-tools" target to just "tools"
This commit is contained in:
parent
a4c1982dd2
commit
aa6d5c9181
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -14,7 +14,7 @@ build: build/$(PROGRAM)
|
|||
build/$(PROGRAM) :
|
||||
$(GO) build $(GOBUILDFLAGS) -o $@ cmd/thalos/main.go
|
||||
|
||||
build-tools : build/thalos-tools
|
||||
tools : build/thalos-tools
|
||||
|
||||
build/thalos-tools :
|
||||
$(GO) build $(GOBUILDFLAGS) -o $@ cmd/tools/main.go cmd/tools/bench.go cmd/tools/validate.go
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue