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:
parent
ad90966e24
commit
c523f1c797
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue