#!/bin/sh
# Build the DF-0554 PoC. Run from the DF-0554 poc directory.
set -e
cc -o df0554 df0554.c
echo "built ./df0554"
