#!/bin/sh
# Build the DF-2437 PoC.
cc -O2 -o poc poc.c -lprop
