Set name change in Makefile

This commit is contained in:
Thomas Roehl 2022-03-03 11:03:51 +01:00
parent 6023abd028
commit c61b8d2877

View File

@ -1,5 +1,5 @@
APP = cc-metric-collector APP = cc-metric-collector
GOSRC_APP := metric-collector.go GOSRC_APP := cc-metric-collector.go
GOSRC_COLLECTORS := $(wildcard collectors/*.go) GOSRC_COLLECTORS := $(wildcard collectors/*.go)
GOSRC_SINKS := $(wildcard sinks/*.go) GOSRC_SINKS := $(wildcard sinks/*.go)
GOSRC_RECEIVERS := $(wildcard receivers/*.go) GOSRC_RECEIVERS := $(wildcard receivers/*.go)