#!/bin/sh
# DF-0800 build script
set -e
cd "$(dirname "$0")"
cc -O2 -o df0800_trunc_deref df0800_trunc_deref.c
echo "BUILD_OK: df0800_trunc_deref"
