4 lines
60 B
Bash
4 lines
60 B
Bash
|
echo "Entering simulator/clean.sh"
|
||
|
rm -rf .dep
|
||
|
rm -rf build
|