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