#!/bin/sh
# build.sh - build the DF-2568 hammer2 flush race trigger
set -e
cd "$(dirname "$0")"
cc -O2 -pipe -Wall -o race_flush race_flush.c
echo "BUILD_OK"
ls -l race_flush
