libk  clean.sh at [14172a910a]

File clean.sh artifact da20a1a7ee part of check-in 14172a910a


#!/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