#!/bin/sh
# DF-0301 build script
echo "cc -o carp_replay carp_replay.c"
cc -o carp_replay carp_replay.c
echo "BUILD_EXIT=$?"
