summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-08-01 15:24:27 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2023-08-01 15:24:27 +0200
commit3b535f0ecba834ba2b189e68b13316ec0d5f8fa6 (patch)
tree106ccb3772ce71eecdee577fe8b7c05a7f314dc9 /Makefile
parent6a8ae2de4261fecd0281685b9eea66bbd82bd7fb (diff)
A4: WIP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3293304..c343062 100644
--- a/Makefile
+++ b/Makefile
@@ -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