mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-07-30 01:04:04 +02:00
Fix indentation in Makefile
This commit is contained in:
parent
1d0745bb25
commit
7ccff980ad
4
Makefile
4
Makefile
@ -28,8 +28,8 @@ CHECK_HEADERS_DISABLED=true
|
|||||||
setup: pre-setup git-add
|
setup: pre-setup git-add
|
||||||
|
|
||||||
pre-setup: copy-vendor git-init
|
pre-setup: copy-vendor git-init
|
||||||
$(MAKE) -f $(LIBBEAT_MAKEFILE) mage ES_BEATS=$(ES_BEATS)
|
$(MAKE) -f $(LIBBEAT_MAKEFILE) mage ES_BEATS=$(ES_BEATS)
|
||||||
$(MAKE) -f $(LIBBEAT_MAKEFILE) update BEAT_NAME=$(BEAT_NAME) ES_BEATS=$(ES_BEATS) NO_COLLECT=$(NO_COLLECT)
|
$(MAKE) -f $(LIBBEAT_MAKEFILE) update BEAT_NAME=$(BEAT_NAME) ES_BEATS=$(ES_BEATS) NO_COLLECT=$(NO_COLLECT)
|
||||||
|
|
||||||
# Copy beats into vendor directory
|
# Copy beats into vendor directory
|
||||||
.PHONY: copy-vendor
|
.PHONY: copy-vendor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user