From 4e2e269fab3f5facedc6ec0131f132bd66c0aac4 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Wed, 14 Sep 2022 14:05:03 -0400 Subject: Focus on ASM generation instead of raw binary --- tnslc/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tnslc/run.sh') 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" -- cgit v1.2.3