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