print depends on runoff.spec
This commit is contained in:
parent
29c054df81
commit
51e2a7b324
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -159,7 +159,7 @@ clean:
|
||||||
|
|
||||||
# make a printout
|
# make a printout
|
||||||
FILES = $(shell grep -v '^\#' runoff.list)
|
FILES = $(shell grep -v '^\#' runoff.list)
|
||||||
PRINT = runoff.list $(FILES)
|
PRINT = runoff.list runoff.spec $(FILES)
|
||||||
|
|
||||||
xv6.pdf: $(PRINT)
|
xv6.pdf: $(PRINT)
|
||||||
./runoff
|
./runoff
|
||||||
|
|
Loading…
Reference in a new issue