prepare.sh at [bd843fe232]

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


#! /bin/sh

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

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