BuildSystem: clean target now deletes disk image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user