#!/bin/sh
# DF-1096 build — compile the XSAVE-header sigreturn trigger.
set -e
cd "$(dirname "$0")"
cc -O2 -o df1096 df1096.c
echo "built df1096"
