summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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