|
diff --git a/README.md b/README.md
|
| ... |
| 6 |
improve the build process, manage dependencies, and streamline common |
6 |
improve the build process, manage dependencies, and streamline common |
| 7 |
tasks. |
7 |
tasks. |
| 8 |
|
8 |
|
|
|
9 |
> [!NOTE] |
|
|
10 |
> This extensions are abusing GNU Make in some sense since it was not |
|
|
11 |
> meant to really be a task runner. Keep that in mind. However, dispite |
|
|
12 |
> that, I constantly find myself using it as such. |
|
|
13 |
|
|
|
14 |
These extensions push the boundaries of GNU Make, which was originally |
|
|
15 |
designed for building software projects rather than serving as a |
|
|
16 |
general-purpose task runner. It's important to keep this in mind while |
|
|
17 |
using them. However, despite this deviation from its intended purpose, |
|
|
18 |
I find myself relying on GNU Make as a task runner in various projects. |
|
|
19 |
|
|
|
20 |
|
| 9 |
Features include: |
21 |
Features include: |
| 10 |
|
22 |
|
| 11 |
- Enhanced help message generation with support for custom descriptions. |
23 |
- Enhanced help message generation with support for custom descriptions. |
| ... |