Update Makefile

This commit is contained in:
David Newhall II 2019-06-09 21:23:51 -07:00 committed by GitHub
parent 9710a6cb96
commit 6551d6eb5d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ MAINT="david at sleepers dot pro"
DESC="This daemon polls a Unifi controller at a short interval and stores the collected metric data in an Influx Database."
PACKAGE:=./cmd/$(BINARY)
VERSION:=$(shell git tag -l --merged | tail -n1 | tr -d v)
ITERATION:=$(shell git rev-list --count master)
ITERATION:=$(shell git rev-list --count HEAD)
all: man build