
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
|