summaryrefslogtreecommitdiff
path: root/tnslc/build.sh
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-03-14 01:11:23 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-03-14 01:11:23 -0400
commite25b738656928b38781458ed85880e8ae7bdd5a6 (patch)
tree3c21849a0139d778a65923081cf37a2ead9f03fb /tnslc/build.sh
parent392984c0cf53fff4a64bc74e3f32ccba4c93dba8 (diff)
Test vector impl
Diffstat (limited to 'tnslc/build.sh')
-rwxr-xr-xtnslc/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/build.sh b/tnslc/build.sh
index b492dcd..798e77d 100755
--- a/tnslc/build.sh
+++ b/tnslc/build.sh
@@ -3,5 +3,5 @@
../ctc main.tnsl tnslc.asm
nasm -f elf64 -o tnslc.o tnslc.asm
gcc -o tnslc tnslc.o
-rm tnslc.asm tnslc.o
+# rm tnslc.asm tnslc.o