Fixup makefile targets
This commit is contained in:
parent
2a6b470960
commit
33b1c9001f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ CLEANED_PRINTOUT=$(BUILD_DIR)/these-printout.pdf
|
|||
CLEANED_PDFS=$(CLEANED_MAIN) $(CLEANED_PRINTOUT)
|
||||
MAIN_PDF=$(BUILD_DIR)/main.pdf
|
||||
PRINTOUT_PDF=$(BUILD_DIR)/main-printout.pdf
|
||||
ALL=$(CLEANED_PDF)
|
||||
ALL=$(CLEANED_PDFS)
|
||||
REV_FILE=$(BUILD_DIR)/version
|
||||
|
||||
all: _setup $(ALL)
|
||||
|
|
Loading…
Reference in a new issue