#!/bin/sh

CURRENT_DIR=$(dirname "$0")
cd "$CURRENT_DIR"/..

cargo build --release --target x86_64-apple-darwin
