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

make: build all go files in cmd/thalos

This commit is contained in:
Henrik Hautakoski 2024-07-19 13:40:03 +02:00
parent ad90966e24
commit c523f1c797

View file

@ -15,7 +15,7 @@ DOCKER_IMAGE_TAG ?= $(PROGRAM_VERSION)
build: build/$(PROGRAM)
build/$(PROGRAM) :
$(GO) build $(GOBUILDFLAGS) -o $@ cmd/thalos/main.go cmd/thalos/server.go
$(GO) build $(GOBUILDFLAGS) -o $@ ./cmd/thalos/
tools : build/thalos-tools