Added disclamer to readme about using extensions
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 01:05:05 +0200 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 01:05:05 +0200 |
| Commit | 7da5cb9521c08d11d9e803b1517f9f180d861f7a (patch) |
|
-rw-r--r-- |
README.md | 12 |
1 files changed, 12 insertions, 0 deletions
| 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. |
| ... | |||