add common makefile
authorMart Lubbers <mart@martlubbers.net>
Fri, 9 Dec 2016 14:44:14 +0000 (15:44 +0100)
committerMart Lubbers <mart@martlubbers.net>
Fri, 9 Dec 2016 14:44:14 +0000 (15:44 +0100)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..7ffb490
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all:
+       make -C assignment1
+       make -C assignment2
+