#!/bin/sh
# DF-2753 evidence pack build (on the DragonFly guest)
set -e
cc -O2 -Wall -pthread -o sidl_race sidl_race.c
echo BUILD-OK
