#!/bin/bash
MCSIM_HOME=/usr/share/mcsim
export MCSIM_HOME
if test $1; 
  then make -f $MCSIM_HOME/sim/Makefile standalone MODEL=$1; 
  else make -f $MCSIM_HOME/sim/Makefile standalone; 
fi
rm model.c
