libk  clean.sh at [c8e83b4bdf]

File clean.sh artifact 92c5183668 part of check-in c8e83b4bdf


#!/usr/bin/env bash
to=${to:-out}
gen=${gen:-gen}
source global/common.sh

say "cleaning libk build artifacts"

report rm -r $to
report rm -r $gen