#!/bin/sh
# Build DF-0900 harness
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o overflow_demo overflow_demo.c
echo "BUILD_OK overflow_demo"
