From cc5c81822d298544489ea0861d266c3a5137759a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 13 Mar 2020 14:50:51 +0100 Subject: [PATCH] mk/README.md: Remove The make-rules repo is not maintained. --- mk/README.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 mk/README.md 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.