diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-08-01 15:24:27 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-08-01 15:24:27 +0200 |
commit | 3b535f0ecba834ba2b189e68b13316ec0d5f8fa6 (patch) | |
tree | 106ccb3772ce71eecdee577fe8b7c05a7f314dc9 /Makefile | |
parent | 6a8ae2de4261fecd0281685b9eea66bbd82bd7fb (diff) |
A4: WIP
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,9 @@ A4: zip ${PRE}$@.zip a4/Makefile zip ${PRE}$@.zip a4/*.cc zip ${PRE}$@.zip a4/*.h -# zip ${PRE}$@.zip a4/console.log + zip ${PRE}$@.zip a4/*.log + zip ${PRE}$@.zip a4/*.m + (cd a4; for m in *.m; do octave $${m}; done) xelatex -halt-on-error -jobname=${PRE}$@ a4/exercise.tex xelatex -halt-on-error -jobname=${PRE}$@ a4/exercise.tex rm -f ${PRE}$@.aux ${PRE}$@.log |