#!/bin/sh
# DF-0907 build — both the kernel trigger and the arithmetic harness.
set -e
cd "$(dirname "$0")"
cc -o trigger trigger.c
cc -o harness harness.c
echo "BUILD_OK"
