youtubebeat/vendor/github.com/elastic/beats/journalbeat/Makefile

16 lines
290 B
Makefile
Raw Normal View History

2018-11-18 11:08:38 +01:00
BEAT_NAME=journalbeat
BEAT_TITLE=Journalbeat
SYSTEM_TESTS=false
TEST_ENVIRONMENT=false
ES_BEATS?=..
# Path to the libbeat Makefile
-include $(ES_BEATS)/libbeat/scripts/Makefile
.PHONY: before-build
before-build:
# Collects all dependencies and then calls update
.PHONY: collect
collect: