diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-06-28 14:52:58 -0500 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-06-28 14:52:58 -0500 |
| commit | 00f695f1fd38e79c60cb8b37f90708a2186a42e8 (patch) | |
| tree | c632232270cf1d9addb28eec0c5f9a6f1ee0165d | |
| parent | 23efbb28788c68dec433c961e88f33c08eb52867 (diff) | |
| download | sloth-00f695f1fd38e79c60cb8b37f90708a2186a42e8.tar.gz | |
buil
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ # Build Sloth -cargo build --features=llvm-sys/prefer-dynamic +cargo build FILENAME="$1" # Compile standard library ./target/debug/sloth std/stdio.sloth std/stdlib.sloth std/stdmath.sloth $FILENAME |
