Skip to content
Snippets Groups Projects
Verified Commit cd4f2817 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

place check before other targets

parent 94b59943
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ RELEASE = $(TITLE).pdf
GLOS := makeglossaries -d $(DROSS)
RUN := lualatex -output-directory $(DROSS) -shell-escape
targets += check
.PHONY: book
book: $(RELEASE) ## Compile the pdf
$(RELEASE): $(DBOOK)
......@@ -63,8 +65,6 @@ check: ## Check you have the project dependencies
@command -v latexmk >/dev/null || ( echo install latexmk && exit 1 )
@command -v inkscape >/dev/null || ( echo install inkscape && exit 1 )
targets += check
help: ## Print the help message
@awk 'BEGIN {FS = ":.*?## "} /^[0-9a-zA-Z._-]+:.*?## / {printf "\033[36m%s\033[0m : %s\n", $$1, $$2}' $(MAKEFILE_LIST) | \
sort | \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment