#!/bin/sh
# DF-0808 build: faithful transcription harness + live rename(NULL,...) test
set -e
cd "$(dirname "$0")"
cc -O2 -Wall -o harness harness.c
echo "BUILD_OK"
