This commit is contained in:
2025-10-07 17:14:33 +02:00
parent 2d2a0333af
commit 2ece575b3d
4 changed files with 5 additions and 0 deletions

View File

@@ -36,3 +36,8 @@ check: dirs sequential parallel
rm -rf data_sequential
clean:
-rm -fr sequential parallel data images wave.mp4
report.pdf: report/report.md
pandoc $< -o report/$@ --pdf-engine=typst
zip: $(PARALLEL_SRC_FILES) report/report.pdf
zip handin.zip $^

BIN
exercise4/parallel Executable file

Binary file not shown.

BIN
exercise4/sequential Executable file

Binary file not shown.

BIN
exercise4/wave.mp4 Normal file

Binary file not shown.