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