summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-07-26 16:22:44 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2023-07-26 16:22:44 +0200
commit3cf89e5137ea333e81c2d62716054848ea8e4be5 (patch)
tree86873122e9b30f76cee2e7ee68cb41724c471b15 /Makefile
parentd4c7424fedc83079d0c460d65f7daa8308ff969c (diff)
A2: Add measurement exercise..
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2ea5117..b53744e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,8 @@ A1:
rm -f ${PRE}$@.aux ${PRE}$@.log
A2:
- zip ${PRE}$@.zip a1/Makefile
+ zip ${PRE}$@.zip a2/Makefile
+ zip ${PRE}$@.zip a2/measurement.cc
xelatex -halt-on-error -jobname=${PRE}$@ -auxdir=build a2/exercise.tex
rm -f ${PRE}$@.aux ${PRE}$@.log