make.sh: Cleanup the images directory, too

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-08 18:31:01 +00:00
parent 3e0719398a
commit ecacbaacba

View File

@@ -2368,8 +2368,7 @@ clean)
# Cleanup build files # Cleanup build files
rm -rf \ rm -rf \
"${BUILD_DIR}" \ "${BUILD_DIR}" \
"${BASEDIR}/cdrom" \ "${IMAGES_DIR}" \
"${BASEDIR}/packages" \
"${LOG_DIR}" "${LOG_DIR}"
# Remove the /tools symlink # Remove the /tools symlink