summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-08-03 08:06:31 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2023-08-03 08:06:31 +0200
commitd4d7a3a372fa64d84a48e8f0a472349cbb67b4fb (patch)
tree9bd8bb3042067dc912d2dc91ed0231635870b9bb /Makefile
parentd8fea7f2b4abda430ebfe65aa65002cab2e9ce42 (diff)
A6: WIP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dec781b..68f40cc 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,11 @@ A5:
xelatex -halt-on-error -jobname=${PRE}$@ a5/exercise.tex
rm -f ${PRE}$@.aux ${PRE}$@.log
+A6:
+ xelatex -halt-on-error -jobname=${PRE}$@ a6/exercise.tex
+ xelatex -halt-on-error -jobname=${PRE}$@ a6/exercise.tex
+ rm -f ${PRE}$@.aux ${PRE}$@.log
+
Tour3_Log:
xelatex -halt-on-error -jobname=${PRE}$@ tour3_log/tour3_log.tex
rm -f ${PRE}$@.aux ${PRE}$@.log