if [ "$SKIPSTONE_WEBKIT" = 'n' ]; then
  default_build
else
  cd src                                                &&
  make -f Makefile.webkit
fi
