summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-07-27 16:47:22 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2023-07-27 16:47:22 +0200
commitb91be737efcfed6ed5bebbe07d03527aa878f963 (patch)
tree9dff8bcabba4b61e3b5727e9494e099c7b4e4367 /Makefile
parent05d1646c07d256937a8886094a94ed0071415ded (diff)
A3: WIP
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b53744e..17776c9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
PRE=au_BentBisballeNyeng_
-all: A2 Tour3_Log
+all: A3 Tour3_Log
A1:
zip ${PRE}$@.zip a1/hello.cc
@@ -14,6 +14,12 @@ A2:
xelatex -halt-on-error -jobname=${PRE}$@ -auxdir=build a2/exercise.tex
rm -f ${PRE}$@.aux ${PRE}$@.log
+A3:
+ zip ${PRE}$@.zip a3/Makefile
+ zip ${PRE}$@.zip a3/concurrency.cc
+ xelatex -halt-on-error -jobname=${PRE}$@ -auxdir=build a3/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