libk  clean.sh at [49b6e9c7f6]

File clean.sh artifact da20a1a7ee part of check-in 49b6e9c7f6


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