fix(readme): typo
| Author | fromelicks <108532072+fromelicks@users.noreply.github.com> | 2024-05-15 17:33:27 +0200 |
| Committer | fromelicks <108532072+fromelicks@users.noreply.github.com> | 2024-05-15 17:33:27 +0200 |
| Commit | 83539cee1e52b039565b145d5de34e6492332c29 (patch) |
|
-rw-r--r-- |
README.md | 8 |
1 files changed, 4 insertions, 4 deletions
| diff --git a/README.md b/README.md | |||
| ... | |||
| 14 | use it. |
14 | use it. |
| 15 | 15 | ||
| 16 | > [!NOTE] |
16 | > [!NOTE] |
| 17 | > This extensions are abusing GNU Make in some sense since it was not |
17 | > These extensions are abusing GNU Make in some sense since it was not |
| 18 | > meant to really be a task runner. Keep that in mind. However, despite |
18 | > meant to really be a task runner. Keep that in mind. However, despite |
| 19 | > that, I constantly find myself using it as such. |
19 | > that, I constantly find myself using it as such. |
| 20 | 20 | ||
| ... | |||
| 22 | 22 | ||
| 23 | | Extension | Description | |
23 | | Extension | Description | |
| 24 | |-------------|-----------------------------------------------------| |
24 | |-------------|-----------------------------------------------------| |
| 25 | | help | Displays all targets with a comment in help format. | |
25 | | **help** | Displays all targets with a comment in help format. | |
| 26 | | assure | Check for the existence of programs on a machine. | |
26 | | **assure** | Check for the existence of programs on a machine. | |
| 27 | | environment | Loads environmental variables from other files. | |
27 | | **environment** | Loads environmental variables from other files. | |
| 28 | 28 | ||
| 29 | Additional features: |
29 | Additional features: |
| 30 | 30 | ||
| ... | |||