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