diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-09-14 14:05:03 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-09-14 14:05:03 -0400 |
commit | 4e2e269fab3f5facedc6ec0131f132bd66c0aac4 (patch) | |
tree | dab2c175c4c81c3665703c800d07bb1d775821e0 /tnslc/run.sh | |
parent | 37d1e9fa02b27d1a6c56b4c95d31e6d2b9eab9ee (diff) |
Focus on ASM generation instead of raw binary
Diffstat (limited to 'tnslc/run.sh')
-rwxr-xr-x | tnslc/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/run.sh b/tnslc/run.sh index e02b7fd..c1b19e5 100755 --- a/tnslc/run.sh +++ b/tnslc/run.sh @@ -1,3 +1,3 @@ #!/bin/bash -../tint -quiet -in tnslc.tnsl -flags "$1" +../tint -in tnslc.tnsl -flags "$1" |