proper tab in the laptop list in the Makefile

This commit is contained in:
Sergey Alirzaev 2017-12-01 20:15:01 +03:00
parent ceb0fe1728
commit 47a5e14193
No known key found for this signature in database
GPG Key ID: 84751FAB5E859A90

View File

@ -22,7 +22,7 @@ list_laptops:
$(info The following make targets are the supported usb images:)
$(info )
@for i in $(LIST_PATCHED); do \
echo "$$i.img\t- `scripts/describe $$i.iso`"; \
echo "$$i.img - `scripts/describe $$i.iso`"; \
done
@echo