if [ ! -d eos_input_data ]
then
    echo
    echo 'unpacking eos_input_data'
    echo
    tar jxf eos_input_data.tar.bz2
fi

cd make
make
