mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
switch github.com/pborman/getopt to github.com/urfave/cli for handling cli flags
This commit is contained in:
parent
f99bbec5ff
commit
655dd730d7
5 changed files with 422 additions and 369 deletions
2
Makefile
2
Makefile
|
|
@ -13,7 +13,7 @@ CFGDIR=$(PREFIX)/etc/thalos
|
|||
build: build/$(PROGRAM)
|
||||
|
||||
build/$(PROGRAM) :
|
||||
$(GO) build $(GOBUILDFLAGS) -o $@ cmd/thalos/main.go
|
||||
$(GO) build $(GOBUILDFLAGS) -o $@ cmd/thalos/main.go cmd/thalos/server.go
|
||||
|
||||
tools : build/thalos-tools
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue