Skip to content

Commit

Permalink
Add a shorter target (tr) to build the tech report
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksdavis committed Sep 20, 2023
1 parent 9932637 commit 000b39a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ endif
LATEXMK_COMMON_FLAGS=-bibtex -pdf
PDFLATEX_FLAGS=-file-line-error -halt-on-error -interaction=$(INTERACTION)

.PHONY: all
.PHONY: all tr
all: ${TARGET}
tr: ${TARGET_TR}

# The texloganalyser tool can be used to find all warning messages in the latex
# logfile which is useful when using interaction=batchmode. There is also
Expand Down

0 comments on commit 000b39a

Please sign in to comment.