libk  clean.sh at [0d71b71cc8]

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


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