#!/bin/sh
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o mfi_stp_oob mfi_stp_oob.c
echo "built mfi_stp_oob"
