#!/bin/sh
# DF-2745 evidence pack build
set -e
cc -O2 -Wall -o peersrace peersrace.c
echo BUILD-OK
