#!/bin/sh
# DF-0867 build: compile the mirror-write trigger.
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o trigger trigger.c
echo "BUILD_OK: $(ls -l trigger)"
