libk  clean.sh at [f0f16493ca]

File clean.sh artifact da20a1a7ee part of check-in f0f16493ca


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