ipmi_exporter/Makefile

10 lines
179 B
Makefile
Raw Normal View History

# Override the default common all.
.PHONY: all
all: precheck style unused build test
include Makefile.common
DOCKER_IMAGE_NAME ?= ipmi-exporter
DOCKER_REPO ?= soundcloud