diff --git a/Makefile b/Makefile index c3c867d..abbe6fc 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ LDFLAGS=-s $(LD_VERSION) $(LD_REVISION) $(LD_BRANCH) $(LD_USER) $(LD_DATE) prometheus-dnssec-exporter: go build -tags netgo -ldflags="$(LDFLAGS)" -o prometheus-dnssec-exporter + ./prometheus-dnssec-exporter --version .changes: git log --format='- %s' $$(git describe --tags --abbrev=0 @^)..@ > .changes