diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-08-06 20:10:14 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-08-06 20:10:14 +0200 |
commit | 5e9ffc26c26cbcb85a9e18f719fde1b9c178477f (patch) | |
tree | 584ee5847a0705e6ed20ef11664d569518738d5b /Makefile | |
parent | 025622f7ba344b1e47dd47c92ed380902ecbddfd (diff) |
A6: WIP (text is more or less in place)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -44,9 +44,7 @@ A5: 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 + make -C a6 ${PRE}$@.pdf Tour3_Log: xelatex -halt-on-error -jobname=${PRE}$@ tour3_log/tour3_log.tex |