[make] remove bootdisk on clean

This commit is contained in:
Kevin Lange 2011-01-19 13:54:01 -06:00
parent 0c84e38aa7
commit 9c476e9426
1 changed files with 1 additions and 0 deletions

View File

@ -30,4 +30,5 @@ start.o: start.asm
clean: clean:
-rm -f *.o kernel -rm -f *.o kernel
-rm -f bootdisk.img
-for d in ${DIRS}; do (cd $$d; ${MAKE} clean); done -for d in ${DIRS}; do (cd $$d; ${MAKE} clean); done