Makefile: appliance-list: Display appliances in 1 column

This commit is contained in:
Albert Hopkins 2015-03-09 11:20:14 +00:00
parent 5889d9f251
commit 1a31e4f951
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ distclean:
appliance-list: appliance-list:
@scripts/echo 'Available appliances:' @scripts/echo 'Available appliances:'
@/bin/ls appliances @/bin/ls -1 appliances
help: help:
@scripts/echo 'Help targets (this is not a comprehensive list)' @scripts/echo 'Help targets (this is not a comprehensive list)'