From 5711de4f146b543e08bb154c69d5b495a9dcd692 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Wed, 6 Sep 2023 11:49:46 -0500 Subject: Immutables --- build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sh') 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 -- cgit v1.2.3