#!/bin/sh
# Build the userspace logic harness for DF-1544
cc -O2 -Wall -o harness harness.c
