mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +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: build/$(PROGRAM)
|
||||||
|
|
||||||
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
|
tools : build/thalos-tools
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue