#!/bin/sh
# DF-0613 build script
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o leak_ng_iface leak_ng_iface.c
echo "BUILD_EXIT=$?"
ls -l leak_ng_iface
