#!/bin/sh
# DF-0928 build script
# Build the race PoC (any of the three variants).
# Requires: DragonFlyBSD guest with UFS mount at /mnt/ufs_test.
set -e
cd "$(dirname "$0")"
cc -O2 -pthread -o race_ufs_ihash3 race_ufs_ihash3.c
echo "Built race_ufs_ihash3"
