diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-03T18·57+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-03T18·57+0100 |
commit | 73a775f3b757d105a9987c5e469d6a3e8f32024f (patch) | |
tree | b5709fa7ad621dec5996071927dc0c5faa910c1a /mk | |
parent | d6582c04c169d7ac32820d855de92ca4e4969de3 (diff) | |
parent | 8468806552d6730abec6431c42b5b0e897c0222c (diff) |
Merge commit '8468806552d6730abec6431c42b5b0e897c0222c'
Diffstat (limited to 'mk')
-rw-r--r-- | mk/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mk/README.md b/mk/README.md new file mode 100644 index 000000000000..e4cd742b4c7f --- /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. |