more work done
This commit is contained in:
parent
09fe1cd163
commit
6fda229a8e
23 changed files with 384 additions and 177 deletions
4
Makefile
4
Makefile
|
|
@ -3,8 +3,8 @@ BUILD=build -v -trimpath
|
|||
VERSION=$(shell cat VERSION)
|
||||
GCFLAGS=-gcflags '-e'
|
||||
LDFLAGS=-ldflags '-X main.version=$(VERSION) -s -w'
|
||||
PROGRAM=vipman
|
||||
CMD=-o vipman cmd/vipman/main.go
|
||||
PROGRAM=haproxy-lb
|
||||
CMD=-o haproxy-lb cmd/haproxy-lb/main.go
|
||||
ENV=CGO_ENABLED=0 GO111MODULE=on
|
||||
|
||||
all: $(PROGRAM)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue