Makefile: appliance-list: Display appliances in 1 column
This commit is contained in:
parent
5889d9f251
commit
1a31e4f951
2
Makefile
2
Makefile
|
@ -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)'
|
||||||
|
|
Loading…
Reference in New Issue