From 379e7180123173a0876ee1730da502f39855d77e Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Mon, 20 Oct 2025 21:19:23 +0200 Subject: [PATCH] ex5: make handin --- exercise5/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 exercise5/Makefile diff --git a/exercise5/Makefile b/exercise5/Makefile new file mode 100644 index 0000000..3ef7b88 --- /dev/null +++ b/exercise5/Makefile @@ -0,0 +1,3 @@ +all: handin +handin: report/report.pdf handout_openmp/wave_2d_workshare.c handout_pthreads/wave_2d_pthread.c + zip handin.zip $^