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