#! /usr/bin/env bash source util.sh PREFIX="$1" # Remove symlinks echo "$TAG Removing symlinks to binaries..." for x in bin/*; do rm "$PREFIX/$x" done # Remove local files echo "$TAG Removing installed files..." rm -rf bin/ sh3eb-elf/ share/