mirror of
https://github.com/prometheus-community/ipmi_exporter
synced 2025-01-11 17:19:28 +00:00
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
|
||
|
|