diff options
Diffstat (limited to 'resources/scripts/helpers/build/clean/rom_images')
-rwxr-xr-x | resources/scripts/helpers/build/clean/rom_images | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/clean/rom_images b/resources/scripts/helpers/build/clean/rom_images index 592b111e..02833c33 100755 --- a/resources/scripts/helpers/build/clean/rom_images +++ b/resources/scripts/helpers/build/clean/rom_images @@ -30,4 +30,6 @@ set -u -e # delete the bin/ directory rm -rf bin/ +printf "Deleted the bin/ directory containing the ROM images.\n\n" + # ------------------- DONE ---------------------- |