Initial commit
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..014409a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+all:
+	make -C rmidevice all
+	make -C rmi4update all
+	make -C rmihidtool all
+
+clean:
+	make -C rmidevice clean
+	make -C rmi4update clean
+	make -C rmihidtool clean