summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile
index d3280702..1807465a 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -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