aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2023-09-06 11:49:46 -0500
committerNic Gaffney <gaffney_nic@protonmail.com>2023-09-06 11:49:46 -0500
commit5711de4f146b543e08bb154c69d5b495a9dcd692 (patch)
tree0a21504d014429293370d308edf0b16b28ecfd6f /build.sh
parent7275a607d45d7e4f206f005584eef9ea5e331044 (diff)
downloadsloth-5711de4f146b543e08bb154c69d5b495a9dcd692.tar.gz
Immutables
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index cbcd805..f6ad2e3 100755
--- a/build.sh
+++ b/build.sh
@@ -1,5 +1,6 @@
# Build Sloth
cargo build
+rm output.o
FILENAME="$1"
# Compile standard library
./target/debug/sloth std/extern.sloth std/stdmath.sloth std/stdio.sloth $FILENAME