|
diff --git a/README.md b/README.md
|
| ... |
| 11 |
> meant to really be a task runner. Keep that in mind. However, dispite |
11 |
> meant to really be a task runner. Keep that in mind. However, dispite |
| 12 |
> that, I constantly find myself using it as such. |
12 |
> that, I constantly find myself using it as such. |
| 13 |
|
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 |
|
|
|
| 21 |
Features include: |
14 |
Features include: |
| 22 |
|
15 |
|
| 23 |
- Enhanced help message generation with support for custom descriptions. |
16 |
- Enhanced help message generation with support for custom descriptions. |
| ... |