diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-09-06 11:49:46 -0500 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-09-06 11:49:46 -0500 |
| commit | 5711de4f146b543e08bb154c69d5b495a9dcd692 (patch) | |
| tree | 0a21504d014429293370d308edf0b16b28ecfd6f /build.sh | |
| parent | 7275a607d45d7e4f206f005584eef9ea5e331044 (diff) | |
| download | sloth-5711de4f146b543e08bb154c69d5b495a9dcd692.tar.gz | |
Immutables
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
