From 9577d5bc1a9c91a54d390fe888ee56d393e91417 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 27 Jul 2023 18:02:16 +0200 Subject: A3: Concurrency exercise.. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17776c9..a975039 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,8 @@ A2: A3: zip ${PRE}$@.zip a3/Makefile zip ${PRE}$@.zip a3/concurrency.cc + zip ${PRE}$@.zip a3/console.log + xelatex -halt-on-error -jobname=${PRE}$@ -auxdir=build a3/exercise.tex xelatex -halt-on-error -jobname=${PRE}$@ -auxdir=build a3/exercise.tex rm -f ${PRE}$@.aux ${PRE}$@.log -- cgit v1.2.3