xv6

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

commit 215a9ce237b0610eb2061663aed4b98b8adea33b
parent e3ab68e031df908cc2c19d56d88900c0413df14c
Author: Austin Clements <amdragon@mit.edu>
Date:   Fri,  2 Sep 2011 16:36:08 -0400

A few missed xv6.pdf dependencies

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -178,7 +178,7 @@ clean: # make a printout FILES = $(shell grep -v '^\#' runoff.list) -PRINT = runoff.list runoff.spec $(FILES) +PRINT = runoff.list runoff.spec README toc.hdr toc.ftr $(FILES) xv6.pdf: $(PRINT) ./runoff