mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-11 15:55:55 +02:00
Add Makefile, update LIKWID Makefile and fix Github Action
This commit is contained in:
parent
156664d78f
commit
f749179213
13
Makefile
Normal file
13
Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
APP = cc-metric-collector
|
||||
|
||||
all: $(APP)
|
||||
|
||||
$(APP): metric-collector.go
|
||||
make -C collectors
|
||||
go build -o $(APP) metric-collector.go
|
||||
|
||||
fmt:
|
||||
go fmt collectors/*.go
|
||||
go fmt sinks/*.go
|
||||
go fmt receivers/*.go
|
||||
go fmt metric-collector.go
|
Loading…
x
Reference in New Issue
Block a user