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