BuildSystem: clean target now deletes disk image
This commit is contained in:
parent
83ca469ed7
commit
8e31ab2de8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue