[clean] Remove test disk if it's there...

This commit is contained in:
Kevin Lange 2011-02-21 15:26:41 -06:00
parent ed99d52ada
commit 545627e1ad
1 changed files with 1 additions and 0 deletions

View File

@ -117,4 +117,5 @@ clean:
@-rm -f bootloader/stage2/*.o
@-rm -f initrd/stage2
@-rm -f initrd/kernel
@-rm -f testdisk
@${ECHO} "\r\033[31;1m RM Finished cleaning.\033[0m\033[K"