prepare.sh at [3b36c0ccca]

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


#! /bin/sh

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

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