From 4452ccce6468cfeec4d61c4bf776bad353ba1d65 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 12 May 2024 13:01:08 +0200 Subject: Typo fixes in readme --- README.md | 13 +++++++++---- 1 file 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 -- cgit v1.2.3