#!/bin/sh
# DF-0605 race harness build.
set -e
cd "$(dirname "$0")"
cc -O2 -o race race.c
echo "BUILD_OK: race"
