lobby/Makefile
Adam Štrauch 07a70b8285
Small label processing enhancement
No dulicated labels coming from envvars. Possibility to omit port
in the prometheus output.
2021-09-04 00:09:03 +02:00

14 lines
157 B
Makefile

.PHONY: all
all: build
.PHONY: clean
clean:
rm -rf bin
.PHONY: build
build:
mkdir -p ./bin
export CGO_ENABLED=0
go build -o ./bin/lobbyd daemon/*.go