diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-12-01 22:20:07 -0600 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2023-12-01 22:20:07 -0600 |
| commit | d767828cee67bae17b811062949653234aa14b28 (patch) | |
| tree | 0a0306acc0fb9db19e6f7eff636d81c44209ee5d /build.sh | |
| parent | 52f12c6c2c946d8d3c0a7845d48e11ff8b8fb597 (diff) | |
| download | sloth-d767828cee67bae17b811062949653234aa14b28.tar.gz | |
shitty ptrs
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ FILENAME="$1" ./target/release/sloth std/extern.sloth std/stdmath.sloth std/stdio.sloth $FILENAME # Generate binary -clang -lm output.o std/stdsocket.c std/stdio.c std/stdlib.c std/stdmath.c -o "${FILENAME%.sloth}" +clang -lm output.o std/stdsocket.c std/stdio.c std/stdlib.c std/stdmath.c std/stdmem.c -o "${FILENAME%.sloth}" # Move file mv "${FILENAME%.sloth}" out/ |
