mirror of
https://git.planet-casio.com/Lephenixnoir/sh-elf-gcc.git
synced 2024-12-28 04:23:39 +01:00
8 lines
227 B
Bash
8 lines
227 B
Bash
|
#! /usr/bin/env bash
|
||
|
|
||
|
rm -rf bin/ include/ lib/ libexec/ sh3eb-elf/ share/
|
||
|
rm -rf binutils-*/ binutils-*.tar.* gcc-*/ gcc-*.tar.*
|
||
|
rm -rf build-binutils/ build-gcc/
|
||
|
|
||
|
echo "<sh-elf-gcc> You can now remove $1/bin from your PATH."
|