#!/usr/bin/env bash
out=${out:-out}
gen=${gen:-gen}
. global/common.sh

say "cleaning libk build artifacts"

set -x
rm -r $out
rm -r $gen
