diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-03-13 14:50:51 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-03-13 14:50:51 +0100 |
commit | cc5c81822d298544489ea0861d266c3a5137759a (patch) | |
tree | 058dbbb42bb85f8678f43995ddbf9fd583ea4db1 /mk | |
parent | b816515f613b7013ba0d5489841568b8f666f224 (diff) |
mk/README.md: Remove
The make-rules repo is not maintained.
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 e4cd742b4..000000000 --- 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. |