#!/bin/sh
export MK_DEVEL=..
export MK_TEMPLATE_ROOT=template
export MK_LIB_ROOT=../lib
export MK_OUT_ROOT=../out
export MK_OS=unix
export MK_COMPILER=gcc
#export LIB=%LIB%;%MK_LIB_ROOT%\win32\vcc
make -f coral.mk $*
