#!/bin/sh
# DF-0910 build — compile the trigger PoC
set -e
cd "$(dirname "$0")"
cc -Wall -O2 -o prune_div0 prune_div0.c
echo "BUILD_OK prune_div0"
