diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-03T16·05+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-03T16·05+0100 |
commit | 8468806552d6730abec6431c42b5b0e897c0222c (patch) | |
tree | 45a367a629136453fc2936fa18ffe67d57b3c9b8 /README.md | |
parent | 28dc4883356a50f2805a3e3c819a541c44a4ff0a (diff) |
Add a basic README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
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. |