#!/bin/sh
# DF-0418 build: RA-flood PoC (must run as root for /dev/tap + ioctl)
set -e
cd "$(dirname "$0")"
cc -o raflood raflood.c
echo "BUILD_OK"
