about summary refs log tree commit diff stats
path: root/subx/examples/ex11.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-09-30 22:49:24 -0700
committerKartik Agaram <vc@akkartik.com>2018-09-30 23:12:54 -0700
commit1dcd9350ce975fb05ed99a5ffc864b0d65c8bab3 (patch)
tree14ae2237d5b164ef7db4604567cd29b3b32cfa73 /subx/examples/ex11.subx
parent2e693f723de721fff35f74ef1194132d48222615 (diff)
downloadmu-1dcd9350ce975fb05ed99a5ffc864b0d65c8bab3.tar.gz
4624
Start requiring a '-o' flag to designate the output binary when translating.

Things currently get funky if you pass in multiple inputs, but that's ok.
This is the first step to supporting multiple input files for a single
output binary.
Diffstat (limited to 'subx/examples/ex11.subx')
-rw-r--r--subx/examples/ex11.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/examples/ex11.subx b/subx/examples/ex11.subx
index 8c2c9625..0159be69 100644
--- a/subx/examples/ex11.subx
+++ b/subx/examples/ex11.subx
@@ -6,7 +6,7 @@
 # (length-prefixed) literal string "target".
 #
 # To run:
-#   $ subx translate ex11.subx ex11
+#   $ subx translate ex11.subx -o ex11
 #   $ subx run ex11  # runs a series of tests
 #   ......  # all tests pass
 #