Remove the automated list_iso as it duplicates the more flexible list_laptops output

pull/22/head
Hamish Coleman 7 years ago
parent fd3ba888c7
commit e3aff27cc3

@ -69,11 +69,9 @@ patched.x230t.iso: gcuj24us.iso
list_iso:
$(info )
$(info The following make targets are available to produce patched and)
$(info bootable ISO images:)
$(info This list was a duplicate of the list_laptops list - please refer to that)
$(info )
@for i in *.desc; do echo `basename $$i .orig.desc` - for patching `cat $$i`; done
@echo
@false
.PHONY: list_iso

Loading…
Cancel
Save