summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-08-03 08:06:18 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2023-08-03 08:06:18 +0200
commitd8fea7f2b4abda430ebfe65aa65002cab2e9ce42 (patch)
tree41075b16543f9dcf3af200bdc0f26571c7e83f1f /Makefile
parentab7c4c2c2ccf7809e84df4a67dd55eb949f5a780 (diff)
A5: WIP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb17956..dec781b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PRE=au_BentBisballeNyeng_
-all: A4 Tour3_Log
+all: A5 Tour3_Log
A1:
zip ${PRE}$@.zip a1/hello.cc
@@ -35,6 +35,14 @@ A4: a4/insert.pdf a4/insert-padded.pdf a4/remove.pdf a4/remove-padded.pdf
xelatex -halt-on-error -jobname=${PRE}$@ a4/exercise.tex
rm -f ${PRE}$@.aux ${PRE}$@.log
+A5:
+ zip ${PRE}$@.zip a5/Makefile
+ zip ${PRE}$@.zip a5/*.cc
+ zip ${PRE}$@.zip a5/*.h
+ xelatex -halt-on-error -jobname=${PRE}$@ a5/exercise.tex
+ xelatex -halt-on-error -jobname=${PRE}$@ a5/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