diff --git a/Makefile b/Makefile
index 5d5d2fef8c81cbb6520cbc67d4cc5445305ef921..9d1e1d6feb08a957ace2e0dabbeb6a5cf02619cf 100644
--- 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 \