From 1dcd9350ce975fb05ed99a5ffc864b0d65c8bab3 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 30 Sep 2018 22:49:24 -0700 Subject: 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. --- subx/examples/ex7.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subx/examples/ex7.subx') diff --git a/subx/examples/ex7.subx b/subx/examples/ex7.subx index a1bb19c8..b6dc639a 100644 --- a/subx/examples/ex7.subx +++ b/subx/examples/ex7.subx @@ -4,7 +4,7 @@ # the character read. # # To run: -# $ subx translate ex8.subx ex8 +# $ subx translate ex8.subx -o ex8 # $ subx run ex8 # Expected result: # $ echo $? -- cgit 1.4.1-2-gfad0