aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2025-10-23 13:22:58 -0500
committerNic Gaffney <gaffney_nic@protonmail.com>2025-10-23 13:25:33 -0500
commitb888a221f832fd378db9e22f10155146c4fa4c5a (patch)
tree83bd27ed823b2924d8bc4e9770a6013c71fa9cc1 /build.sh
parentfe70742be81985affeaeaec198effc7e18577e76 (diff)
downloadsloth-b888a221f832fd378db9e22f10155146c4fa4c5a.tar.gz
random stuff MERGE
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 760f2ab..aa1bd42 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 std/stdmem.c -o "${FILENAME%.sloth}"
+clang -lm output.o std/stdio.c std/stdlib.c std/stdmath.c -o "${FILENAME%.sloth}"
# Move file
mv "${FILENAME%.sloth}" out/