aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-07-20 18:07:48 -0500
committerCody <cody@codyq.dev>2023-07-20 18:07:48 -0500
commit7c53e65cad365ec112d2ec1bd9c3091dbed05720 (patch)
treedbcac7754608949e6f454726d56b9cea427468d8 /build.sh
parentee2133a13d61b3b3fb8fcf88f9c9781debd77d9e (diff)
downloadsloth-7c53e65cad365ec112d2ec1bd9c3091dbed05720.tar.gz
Changes
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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}"