From: Mart Lubbers Date: Fri, 9 Dec 2016 14:44:14 +0000 (+0100) Subject: add common makefile X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=fc40a302005513323bc4c2119452b561383133e4;p=paefcais1617.git add common makefile --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..7ffb490 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: + make -C assignment1 + make -C assignment2 +