Kill off redundant references to the .zprefixes.

This commit is contained in:
Michael Brown
2007-07-16 17:26:07 +01:00
parent 84551d485e
commit 38dbe14bbe
2 changed files with 6 additions and 53 deletions

View File

@@ -55,13 +55,13 @@ noargs : blib
@echo
@echo 'For example, '
@echo
@echo ' make allzroms '
@echo ' make allroms '
@echo
@echo 'will generate all possible .zrom (rom burnable) images, and'
@echo 'will generate all possible .rom (rom burnable) images, and'
@echo
@echo ' make allzdsks'
@echo ' make alldsks'
@echo
@echo 'will generate all possible .zdsk (bootable floppy) images, or'
@echo 'will generate all possible .dsk (bootable floppy) images, or'
@echo
@echo '===================================================='
@exit 1