make -> mk
diff --git a/src/make2mk b/src/make2mk
new file mode 100644
index 0000000..213cd08
--- /dev/null
+++ b/src/make2mk
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+sed -E '
+	s/\$\(([^)]+)\)/$\1/g
+	s/^(.*)\+=/\1=$\1 /g
+	s/^include /</g
+	/^</ s/Make/mk/g
+' "$@"