#!/usr/bin/env bash set -euo pipefail ROOT="$(cd "$(dirname "$0")/../.." && pwd)" rm -rf "$ROOT/build" "$ROOT/target" /tmp/yr_crystals-target echo "cleaned: build/, target/, /tmp/yr_crystals-target"