about summary refs log tree commit diff
path: root/mk/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'mk/README.md')
-rw-r--r--mk/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/README.md b/mk/README.md
new file mode 100644
index 0000000000..e4cd742b4c
--- /dev/null
+++ b/mk/README.md
@@ -0,0 +1,6 @@
+This is a set of helper Makefiles for doing non-recursive builds with
+GNU Make.  The canonical source can be found at
+https://github.com/edolstra/make-rules.  You should copy the files
+into the `mk` subdirectory of your project.
+
+TODO: write more documentation.