This commit is contained in:
rsc 2006-07-17 01:36:32 +00:00
parent c54c79267f
commit f15a3ae263

View file

@ -71,5 +71,5 @@ userfs : userfs.o $(ULIB)
-include *.d
clean :
rm -f *.o bootblock kernel kernel.asm xv6.img *.d user1 userfs usertests
rm -f *.o *.d *.asm vectors.S \
bootblock kernel xv6.img user1 userfs usertests