#!/bin/sh
cd ${0%/*} || exit 1    # Run from this directory
set -x

if [ -d "${FASTDUALOCTREE_SRC_PATH}" ]
then
    wmake
fi

# ----------------------------------------------------------------- end-of-file
