BuildSystem: clean target now deletes disk image

This commit is contained in:
Bananymous 2024-01-11 13:27:02 +02:00
parent 83ca469ed7
commit 8e31ab2de8
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ case $1 in
build_target clean
rm -f $FAKEROOT_FILE
rm -rf $BANAN_SYSROOT
rm -f $BANAN_DISK_IMAGE_PATH
;;
*)
build_target $1