proper tab in the laptop list in the Makefile

pull/59/head
Sergey Alirzaev 7 years ago
parent ceb0fe1728
commit 47a5e14193
No known key found for this signature in database
GPG Key ID: 84751FAB5E859A90

@ -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

Loading…
Cancel
Save