#!/bin/sh
# DF-0777 build script
set -e
cd "$(dirname "$0")"
cc -o readdir_leak readdir_leak.c
echo "BUILD OK: readdir_leak"
