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