about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-03T16·05+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-03T16·05+0100
commit8468806552d6730abec6431c42b5b0e897c0222c (patch)
tree45a367a629136453fc2936fa18ffe67d57b3c9b8
parent28dc4883356a50f2805a3e3c819a541c44a4ff0a (diff)
Add a basic README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..e4cd742b4c7f
--- /dev/null
+++ b/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.