From 3b535f0ecba834ba2b189e68b13316ec0d5f8fa6 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 1 Aug 2023 15:24:27 +0200 Subject: A4: WIP --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3