prepare.sh at [e7e77fdcbc]

File build/prepare.sh artifact 8a5eaad76d part of check-in e7e77fdcbc


#! /bin/sh

rm -f client/teapot-client client/teapot-client.exe
rm -rf server/pkgs

make -C client teapot-client.kit
cp client/*.kit .