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