summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-05-12 12:58:06 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-05-12 12:58:06 +0200
commit531c63f413c02727ec45b8d4cbd7e63a8bd714bb (patch)
tree1a249e02ae25778edb5fe77d0538a1aba923c309
parent92d8e2abb667347b732d5cfe02206b36e8c6a126 (diff)
downloadmakext-531c63f413c02727ec45b8d4cbd7e63a8bd714bb.tar.gz
Typo fixes in readme
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 356d04d..1255f4c 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,9 @@ 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.
+All the extnstions are written in GNU Make so no other languages are used
+making this very embedable and has zero dependencies other than GNU Make.
+
> [!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
@@ -140,7 +143,7 @@ The following example will produce the following result.
```text
$ make
-This provides some additional tools for makefiles.
+This provides some additional tools for this project.
Targets:
build-app Build the application