#!/bin/sh

if [ -z ${CP_DIR} ]
then
  CP_DIR=../release
fi

make && cp -v superdaemon ${CP_DIR}