aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2023-12-01 22:20:07 -0600
committerNic Gaffney <gaffney_nic@protonmail.com>2023-12-01 22:20:07 -0600
commitd767828cee67bae17b811062949653234aa14b28 (patch)
tree0a0306acc0fb9db19e6f7eff636d81c44209ee5d /build.sh
parent52f12c6c2c946d8d3c0a7845d48e11ff8b8fb597 (diff)
downloadsloth-d767828cee67bae17b811062949653234aa14b28.tar.gz
shitty ptrs
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a53fb29..760f2ab 100755
--- a/build.sh
+++ b/build.sh
@@ -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/