From a4c1982dd284da126d1822b36b63fd4c85d24847 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 15 Jun 2023 11:30:24 +0200 Subject: [PATCH] Makefile: Add validate to tools. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b06bd31..4e324b0 100644 --- a/Makefile +++ b/Makefile @@ -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)