prepare.sh at [3541b6d929]

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


#! /bin/sh

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

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