mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-09-01 15:18:08 +02:00
16 lines
351 B
Makefile
16 lines
351 B
Makefile
BEAT_NAME=libbeat
|
|
TEST_ENVIRONMENT=true
|
|
SYSTEM_TESTS=true
|
|
|
|
include scripts/Makefile
|
|
|
|
# Collects all fields from processors
|
|
.PHONY: fields
|
|
fields:
|
|
@cp _meta/fields.common.yml _meta/fields.generated.yml
|
|
@cat processors/*/_meta/fields.yml >> _meta/fields.generated.yml
|
|
|
|
# Collects all dependencies and then calls update
|
|
.PHONY: collect
|
|
collect: fields
|