|
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 |
|
| ... |