[clean] Get rid of bootdisk on clean...

This commit is contained in:
Kevin Lange 2011-02-21 23:51:59 -06:00
parent 20efbe7b74
commit fd57f9df32
1 changed files with 1 additions and 2 deletions

View File

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