diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000000000000000000000000000000000000..8c6963e611ee28727c76f4c53a8bd98633a0c64a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all:
+	@gmake $@
+.PHONY: all
+
+.DEFAULT:
+	@gmake $@