#!/bin/sh
# Build the DF-0547 conceptual PoC (prints explanation; netmap not loadable).
set -e
cc -o df0547 df0547.c
echo "built ./df0547"
