Update Makefile

This commit is contained in:
David Newhall II 2019-06-09 21:23:51 -07:00 committed by GitHub
parent d2420183a7
commit 5ae8c4c848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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." DESC="This daemon polls a Unifi controller at a short interval and stores the collected metric data in an Influx Database."
PACKAGE:=./cmd/$(BINARY) PACKAGE:=./cmd/$(BINARY)
VERSION:=$(shell git tag -l --merged | tail -n1 | tr -d v) 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 all: man build