From 926c47b3fa1c373a671edf3378b2b2abe3750912 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 31 Aug 2004 00:59:01 +0000 Subject: [PATCH] Add vm subdirectory. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 9242a7a..c47ac12 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = threads filesys +SUBDIRS = threads userprog vm filesys all:: @echo "Run 'make' in subdirectories $(SUBDIRS)." -- 2.30.2