prepare.sh at [d4584bf4ae]

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


#! /bin/sh

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

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