xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f15a3ae2633a9f3c76be7ce76b2ab85e2229e502
parent c54c79267fd4c3404000b3c545c428209e4d8a3d
Author: rsc <rsc>
Date:   Mon, 17 Jul 2006 01:36:32 +0000

cleaner

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -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