1
0
Fork 0
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:
Henrik Hautakoski 2023-06-15 11:33:00 +02:00
parent a4c1982dd2
commit aa6d5c9181

View file

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