#!/bin/sh
# DF-0815 build
set -e
cd "$(dirname "$0")"
echo "+ cc -o df0815 df0815.c"
cc -o df0815 df0815.c
echo "BUILD_EXIT=$?"
ls -l df0815
