#!/bin/sh
# DF-0033 build script. Run as the unprivileged user (maxx) on the DragonFly guest.
set -e
cd "$(dirname "$0")"
cc -O2 -o fdtol_race fdtol_race.c
echo "built: $(ls -l fdtol_race)"
