more work done

This commit is contained in:
ston1th 2021-03-06 16:51:36 +01:00
commit 6fda229a8e
23 changed files with 384 additions and 177 deletions

View file

@ -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)