4180e6b31f
For some reason, one might want to recompile the extlibs but this is a tedious task. That's why these scripts are provided. Please read readme.txt before using them!
7 lines
74 B
Bash
Executable File
7 lines
74 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rm -rf tmp
|
|
rm -rf build
|
|
rm -rf src
|
|
rm -rf toolchains
|