#!/bin/sh
# DF-1236 harness build (unprivileged-safe, userspace replication of the
# trm_MsgInPhase0 extended-message accumulation logic).
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o harness harness.c
echo "built harness"
