if  !  grep  -q  "TARGETS="  $SPELL_CONFIG;  then

  message "${SPELL_COLOR}${SPELL}${DEFAULT_COLOR}: ${QUERY_COLOR}Please enter a space-separated list of targets you want to support"
  message "[${BUILD}]${DEFAULT_COLOR}"

  read   -t  $PROMPT_DELAY -e

  TARGETS=${REPLY:=$BUILD}

  echo  "TARGETS=\"${TARGETS}\""  >>  $SPELL_CONFIG


fi