Skip to content
Snippets Groups Projects
Commit b11632c8 authored by Brian Knox's avatar Brian Knox
Browse files

use original Makefile.COMMON with ROOTPKG override in Makefile

parent 06694797
No related branches found
No related tags found
No related merge requests found
VERSION := 0.0.1
TARGET := rsyslog_exporter
GOFLAGS := -ldflags "-X main.Version $(VERSION)"
ROOTPKG := github.com/digitalocean/$(TARGET)
include Makefile.COMMON
......@@ -72,7 +72,7 @@ unexport GOBIN
SUFFIX ?= $(GOOS)-$(GOARCH)
BINARY ?= $(TARGET)
ARCHIVE ?= $(TARGET)-$(VERSION).$(SUFFIX).tar.gz
ROOTPKG ?= github.com/digitalocean/$(TARGET)
ROOTPKG ?= github.com/prometheus/$(TARGET)
SELFLINK ?= $(GOPATH)/src/$(ROOTPKG)
default: $(BINARY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment