#!/bin/sh
# DF-2791 build
set -e
cc -O2 -pthread -o rtprio_sidl rtprio_sidl.c
echo BUILD-OK
