diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-08-03 08:06:31 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-08-03 08:06:31 +0200 |
commit | d4d7a3a372fa64d84a48e8f0a472349cbb67b4fb (patch) | |
tree | 9bd8bb3042067dc912d2dc91ed0231635870b9bb /Makefile | |
parent | d8fea7f2b4abda430ebfe65aa65002cab2e9ce42 (diff) |
A6: WIP
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |