From 1a31e4f9513b4ce19350ea02bc5a47cca32df5fa Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Mon, 9 Mar 2015 11:20:14 +0000 Subject: [PATCH] Makefile: appliance-list: Display appliances in 1 column --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9c7978c..22a015f 100644 --- a/Makefile +++ b/Makefile @@ -334,7 +334,7 @@ distclean: appliance-list: @scripts/echo 'Available appliances:' - @/bin/ls appliances + @/bin/ls -1 appliances help: @scripts/echo 'Help targets (this is not a comprehensive list)'