diff --git a/mk/README.md b/mk/README.md new file mode 100644 index 00000000..e4cd742b --- /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.