diff options
author | Austin Clements <[email protected]> | 2010-08-31 17:30:31 -0400 |
---|---|---|
committer | Austin Clements <[email protected]> | 2010-08-31 17:30:31 -0400 |
commit | 51e2a7b324020a90bf963d514a0959d930120d71 (patch) | |
tree | d33f913772aa7d938a08ff518ba5265e9cdae77a /Makefile | |
parent | 29c054df817d55ae6e0fc3bd4c9e2343a2b4ca75 (diff) | |
download | xv6-labs-51e2a7b324020a90bf963d514a0959d930120d71.tar.gz xv6-labs-51e2a7b324020a90bf963d514a0959d930120d71.tar.bz2 xv6-labs-51e2a7b324020a90bf963d514a0959d930120d71.zip |
print depends on runoff.spec
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |