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