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