Add missing directories in clean command

This commit is contained in:
Deve 2020-06-01 00:57:31 +02:00
parent 880aaa8121
commit 4298e686d0

View File

@ -637,6 +637,8 @@ if [ ! -z "$1" ] && [ "$1" = "clean" ]; then
rm -rf "$STKCODE_DIR/$BUILD_DIR_64BIT-symbols"
rm -rf "$STKEDITOR_DIR/$BUILD_DIR_32BIT"
rm -rf "$STKEDITOR_DIR/$BUILD_DIR_64BIT"
rm -rf "$STKEDITOR_DIR/$BUILD_DIR_32BIT-symbols"
rm -rf "$STKEDITOR_DIR/$BUILD_DIR_64BIT-symbols"
rm -rf "$STK_INSTALL_DIR"
exit 0
fi