From 43909869c5badf49423031847a8b19c1c0132ca2 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 20 Nov 2004 02:32:28 +0000 Subject: [PATCH] Comment. --- grading/vm/Makefile.posix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/grading/vm/Makefile.posix b/grading/vm/Makefile.posix index ce25626..10d2c07 100644 --- a/grading/vm/Makefile.posix +++ b/grading/vm/Makefile.posix @@ -1,3 +1,8 @@ +# This makefile allows the VM tests to be compiled on a POSIX host +# system. It's easier to test them on a host than under Pintos. +# Before and after using this Makefile, run `make clean' to ensure +# that Pintos and host objects don't interfere with one another. + SRCDIR = ../../src include $(SRCDIR)/Make.config -- 2.30.2