mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
6 lines
71 B
Bash
Executable File
6 lines
71 B
Bash
Executable File
#!/usr/bin/env bash
|
|
rm -f *~
|
|
rm -rf build
|
|
rm -rf target
|
|
rm -f *.tar.xz
|