From 7c53e65cad365ec112d2ec1bd9c3091dbed05720 Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 20 Jul 2023 18:07:48 -0500 Subject: Changes --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 5c6c414..e1794ae 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ cargo build FILENAME="$1" # Compile standard library -./target/debug/sloth std/stdio.sloth std/stdlib.sloth std/stdmath.sloth $FILENAME +./target/release/sloth std/stdio.sloth std/stdlib.sloth std/stdmath.sloth $FILENAME # Generate binary clang output.o std/stdio.c std/stdlib.c std/stdmath.c -o "${FILENAME%.sloth}" -- cgit v1.2.3