From ad85abc2db9ed35a2e3cf6ab18573de135ee9a5c Mon Sep 17 00:00:00 2001 From: nic-gaffney Date: Thu, 27 Jul 2023 23:03:20 -0500 Subject: Made error messages less terrible --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 812a732..653604d 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ cargo build FILENAME="$1" # Compile standard library -./target/release/sloth std/stdio.sloth std/stdlib.sloth std/stdmath.sloth $FILENAME +./target/debug/sloth std/extern.sloth std/stdmath.sloth std/stdio.sloth $FILENAME # Generate binary clang -lm output.o std/stdio.c std/stdlib.c std/stdmath.c -o "${FILENAME%.sloth}" -- cgit v1.2.3