about summary refs log tree commit diff stats
path: root/ex5.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex5.mu')
-rw-r--r--ex5.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex5.mu b/ex5.mu
index 1f3bea10..3a3c1563 100644
--- a/ex5.mu
+++ b/ex5.mu
@@ -2,7 +2,7 @@
 # Also demonstrates bounds-checking _before_ drawing.
 #
 # To build a disk image:
-#   ./translate_mu_baremetal baremetal/ex5.mu     # emits disk.img
+#   ./translate ex5.mu                            # emits disk.img
 # To run:
 #   qemu-system-i386 disk.img
 # Or: