diff options
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 |
