Add vm subdirectory.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 31 Aug 2004 00:59:01 +0000 (00:59 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 31 Aug 2004 00:59:01 +0000 (00:59 +0000)
src/Makefile

index 9242a7a1ce6757bb9dffc202389c3551c2da00a3..c47ac1297a07de2e78de38bd0112d92d19965acd 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = threads filesys
+SUBDIRS = threads userprog vm filesys
 
 all::
        @echo "Run 'make' in subdirectories $(SUBDIRS)."