Typo fixes in readme

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-05-12 13:01:08 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-05-12 13:01:08 +0200
Commit 4452ccce6468cfeec4d61c4bf776bad353ba1d65 (patch)
-rw-r--r-- README.md 13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
1
# GNU Make Extensions
1
# GNU Make Extensions
2
  
2
  
3
Makext is a collection of useful extensions for Makefiles, aimed at
3
Makext is a collection of useful extensions for Makefiles, aimed
4
simplifying and enhancing the functionality of Make-based projects. These
4
at simplifying and enhancing the functionality of Make-based
5
extensions provide additional features and convenience functions to
5
projects. These extensions provide additional features and
6
improve the overall usage of GNU Make as a task runner.
6
convenience functions to improve the overall usage of [GNU
  
7
Make](https://www.gnu.org/software/make/) as a task runner.
7
  
8
  
8
All the extensions are written in GNU Make so no other languages are used
9
All the extensions are written in GNU Make so no other languages are used
9
making this very embedable and has zero dependencies other than GNU Make.
10
making this very embedable and has zero dependencies other than GNU Make.
  
11
  
  
12
Other than `makext.mk` all the other files in the repository are either
  
13
license or readme files or just testing data that is/are not needed to
  
14
use it.
10
  
15
  
11
> [!NOTE]
16
> [!NOTE]
12
> This extensions are abusing GNU Make in some sense since it was not 
17
> This extensions are abusing GNU Make in some sense since it was not 
...