xv6

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

commit 61d03d0eeff3137a6453a773dfe8a51746804920
parent d4c64e5d434d8b9ef4488dddbe8807aed9fd7e98
Author: rsc <rsc>
Date:   Wed,  6 Sep 2006 18:18:43 +0000

rm rm

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -14,6 +14,8 @@ OBJS = \ spinlock.o\ string.o\ syscall.o\ + sysfile.o\ + sysproc.o\ trapasm.o\ trap.o\ vectors.o\ @@ -134,6 +136,7 @@ fs.img : mkfs userfs usertests echo cat README init sh ls mkdir rm fstests -include *.d clean : + /bin/rm -f rm rm -f *.ps *.tex *.dvi *.idx *.aux *.log *.ind *.ilg \ *.o *.d *.asm vectors.S parport.out \ bootblock kernel xv6.img user1 userfs usertests \