From 000b39a6e2c5bf9e34b37d3664dac5d1c734a3e2 Mon Sep 17 00:00:00 2001
From: Brooks Davis <brooks@one-eyed-alien.net>
Date: Wed, 20 Sep 2023 10:37:40 +0100
Subject: [PATCH] Add a shorter target (tr) to build the tech report

---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 475a9973..15f4b8a8 100644
--- a/Makefile
+++ b/Makefile
@@ -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