From cbcb57ad25e63a8ff7952121b72458e5b2d04355 Mon Sep 17 00:00:00 2001 From: Mads Flensted-Urech Date: Fri, 11 May 2018 08:46:22 +0800 Subject: list templates on seperate lines --- plugins/bootstrap.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/bootstrap.mk') diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk index 6c26a0f..88d71b2 100644 --- a/plugins/bootstrap.mk +++ b/plugins/bootstrap.mk @@ -499,4 +499,5 @@ else endif list-templates: - $(verbose) echo Available templates: $(sort $(patsubst tpl_%,%,$(filter tpl_%,$(.VARIABLES)))) + $(verbose) @echo Available templates: + $(verbose) printf " %s\n" $(sort $(patsubst tpl_%,%,$(filter tpl_%,$(.VARIABLES)))) -- cgit v1.2.3