#!/bin/sh
# DF-0141 build script
set -e
cd "$(dirname "$0")"
cc -o df0141_poc df0141_poc.c -lprop
echo "BUILD OK: df0141_poc"
ls -l df0141_poc
