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 $^