#!/bin/sh
# DF-0930 build: compile the race harness
set -e
cd "$(dirname "$0")"
cc -O2 -pthread -o race_ntfs race_ntfs.c
echo "BUILD_OK: race_ntfs"
