#!/bin/sh
# DF-0817 build script.
echo "+ cc -O2 -o df0817 df0817.c"
cc -O2 -o df0817 df0817.c
