diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-03-13T13·50+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-03-13T14·07+0100 |
commit | 8999beacc3ef4f98ebaa75630318cdc3e7cb200e (patch) | |
tree | 762bb858efe98730a561349be7eac2cc3ca52e2b /mk | |
parent | 2097983218094fca194c64cb2275cc625f41a018 (diff) |
mk/README.md: Remove
The make-rules repo is not maintained. (cherry picked from commit cc5c81822d298544489ea0861d266c3a5137759a)
Diffstat (limited to 'mk')
-rw-r--r-- | mk/README.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mk/README.md b/mk/README.md deleted file mode 100644 index e4cd742b4c7f..000000000000 --- a/mk/README.md +++ /dev/null @@ -1,6 +0,0 @@ -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. |