local SUFFIX  &&
if [[ "${SMGL_COMPAT_ARCHS[0]}" == "64" ]]; then
  SUFFIX=64
fi  &&

make  SUFFIX=$SUFFIX  install
