Commit 39b7a09

mo khan <mo@mokhan.ca>
2026-08-31 00:20:58
chore: add bin/build to wrap rake compile
Matches bin/test's shape so building the native llama.cpp extension follows the same convention as running the suite. Claude-Session: https://claude.ai/code/session_01FpbgyAMtPEkDbo2kx78qR6
Changed files (1)
bin/build
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+[ -n "$DEBUG" ] && set -x
+
+cd "$(dirname "$0")/.."
+
+bundle exec rake compile