diff options
| author | Cody <cody@codyq.dev> | 2023-07-20 18:07:48 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-07-20 18:07:48 -0500 |
| commit | 7c53e65cad365ec112d2ec1bd9c3091dbed05720 (patch) | |
| tree | dbcac7754608949e6f454726d56b9cea427468d8 /build.sh | |
| parent | ee2133a13d61b3b3fb8fcf88f9c9781debd77d9e (diff) | |
| download | sloth-7c53e65cad365ec112d2ec1bd9c3091dbed05720.tar.gz | |
Changes
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |
