mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2025-01-05 06:02:35 +00:00
3965f19954
* Use the Prometheus standard build setup. * Add CircleCI build and publish workflow.
10 lines
179 B
Makefile
10 lines
179 B
Makefile
# Override the default common all.
|
|
.PHONY: all
|
|
all: precheck style unused build test
|
|
|
|
include Makefile.common
|
|
|
|
DOCKER_IMAGE_NAME ?= ipmi-exporter
|
|
DOCKER_REPO ?= soundcloud
|
|
|