1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

Makefile: Add validate to tools.

This commit is contained in:
Henrik Hautakoski 2023-06-15 11:30:24 +02:00
parent 22fd3f6980
commit a4c1982dd2

View file

@ -17,7 +17,7 @@ build/$(PROGRAM) :
build-tools : build/thalos-tools
build/thalos-tools :
$(GO) build $(GOBUILDFLAGS) -o $@ cmd/tools/main.go cmd/tools/bench.go
$(GO) build $(GOBUILDFLAGS) -o $@ cmd/tools/main.go cmd/tools/bench.go cmd/tools/validate.go
install: build
install -D build/$(PROGRAM) $(DESTDIR)$(BINDIR)/$(PROGRAM)