add empty line

This commit is contained in:
David Newhall II 2019-06-29 19:45:49 -07:00
parent 1b5251868f
commit 6fc2884bfc
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ endif
# rpm is wierd and changes - to _ in versions. # rpm is wierd and changes - to _ in versions.
RPMVERSION:=$(shell echo $(VERSION) | tr -- - _) RPMVERSION:=$(shell echo $(VERSION) | tr -- - _)
DATE:=$(shell date) DATE:=$(shell date)
# This parameter is passed in as -X to go build. Used to override the Version variable in a package. # This parameter is passed in as -X to go build. Used to override the Version variable in a package.
# This makes a path like github.com/davidnewhall/unifi-poller/unifipoller.Version=1.3.3 # This makes a path like github.com/davidnewhall/unifi-poller/unifipoller.Version=1.3.3
# Name the Version-containing library the same as the github repo, without dashes. # Name the Version-containing library the same as the github repo, without dashes.