File clean.sh artifact 61a9f12cd8 part of check-in 26c340d29e
#!/usr/bin/env bash . global/common.sh out=${out:-out} gen=${gen:-gen} say "cleaning libk build artifacts" set -x rm -r $out rm -r $gen
#!/usr/bin/env bash . global/common.sh out=${out:-out} gen=${gen:-gen} say "cleaning libk build artifacts" set -x rm -r $out rm -r $gen