commit 51e2a7b324020a90bf963d514a0959d930120d71 parent 29c054df817d55ae6e0fc3bd4c9e2343a2b4ca75 Author: Austin Clements <amdragon@mit.edu> Date: Tue, 31 Aug 2010 17:30:31 -0400 print depends on runoff.spec Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -159,7 +159,7 @@ clean: # make a printout FILES = $(shell grep -v '^\#' runoff.list) -PRINT = runoff.list $(FILES) +PRINT = runoff.list runoff.spec $(FILES) xv6.pdf: $(PRINT) ./runoff