summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-05-12 13:01:08 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-05-12 13:01:08 +0200
commit4452ccce6468cfeec4d61c4bf776bad353ba1d65 (patch)
tree33f569f488f6107bf064bfa1cf84756d34c770ab /README.md
parentb4d680454504efd64882872fc9bb280e5e178f40 (diff)
downloadmakext-4452ccce6468cfeec4d61c4bf776bad353ba1d65.tar.gz
Typo fixes in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index c18ed4e..a06dca4 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,18 @@
# GNU Make Extensions
-Makext is a collection of useful extensions for Makefiles, aimed at
-simplifying and enhancing the functionality of Make-based projects. These
-extensions provide additional features and convenience functions to
-improve the overall usage of GNU Make as a task runner.
+Makext is a collection of useful extensions for Makefiles, aimed
+at simplifying and enhancing the functionality of Make-based
+projects. These extensions provide additional features and
+convenience functions to improve the overall usage of [GNU
+Make](https://www.gnu.org/software/make/) as a task runner.
All the extensions are written in GNU Make so no other languages are used
making this very embedable and has zero dependencies other than GNU Make.
+Other than `makext.mk` all the other files in the repository are either
+license or readme files or just testing data that is/are not needed to
+use it.
+
> [!NOTE]
> This extensions are abusing GNU Make in some sense since it was not
> meant to really be a task runner. Keep that in mind. However, despite