about summary refs log tree commit diff
path: root/mk
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-03T18·57+0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-03T18·57+0100
commit73a775f3b757d105a9987c5e469d6a3e8f32024f (patch)
treeb5709fa7ad621dec5996071927dc0c5faa910c1a /mk
parentd6582c04c169d7ac32820d855de92ca4e4969de3 (diff)
parent8468806552d6730abec6431c42b5b0e897c0222c (diff)
Merge commit '8468806552d6730abec6431c42b5b0e897c0222c'
Diffstat (limited to 'mk')
-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.