libk  clean.sh at [06e32bd3b4]

File clean.sh artifact da20a1a7ee part of check-in 06e32bd3b4


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

say "cleaning libk build artifacts"

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