diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-07-26 16:22:44 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-07-26 16:22:44 +0200 |
commit | 3cf89e5137ea333e81c2d62716054848ea8e4be5 (patch) | |
tree | 86873122e9b30f76cee2e7ee68cb41724c471b15 /Makefile | |
parent | d4c7424fedc83079d0c460d65f7daa8308ff969c (diff) |
A2: Add measurement exercise..
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |