diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-07-27 18:02:16 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2023-07-27 18:12:27 +0200 |
commit | 9577d5bc1a9c91a54d390fe888ee56d393e91417 (patch) | |
tree | bcf41d08bed21d12bda967cc89408aecdea577ea /Makefile | |
parent | b91be737efcfed6ed5bebbe07d03527aa878f963 (diff) |
A3: Concurrency exercise..
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |