print depends on runoff.spec

This commit is contained in:
Austin Clements 2010-08-31 17:30:31 -04:00
parent 29c054df81
commit 51e2a7b324
1 changed files with 1 additions and 1 deletions

View File

@ -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