summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-07-26 08:18:36 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2023-07-26 08:18:36 +0200
commitd4c7424fedc83079d0c460d65f7daa8308ff969c (patch)
treeae639dac407be02519dc1794b3e820ffd9e8e241 /Makefile
parent5deeff26bd5309700aaf43ede0ed23217a0a5fd8 (diff)
A2: WIP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2abe28b..2ea5117 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PRE=au_BentBisballeNyeng_
-all: A1 Tour3_Log
+all: A2 Tour3_Log
A1:
zip ${PRE}$@.zip a1/hello.cc
@@ -8,6 +8,11 @@ A1:
xelatex -halt-on-error -jobname=${PRE}$@ -auxdir=build a1/exercise.tex
rm -f ${PRE}$@.aux ${PRE}$@.log
+A2:
+ zip ${PRE}$@.zip a1/Makefile
+ xelatex -halt-on-error -jobname=${PRE}$@ -auxdir=build a2/exercise.tex
+ rm -f ${PRE}$@.aux ${PRE}$@.log
+
Tour3_Log:
xelatex -halt-on-error -jobname=${PRE}$@ -auxdir=build tour3_log/tour3_log.tex
rm -f ${PRE}$@.aux ${PRE}$@.log