diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -5,6 +5,9 @@ simplifying and enhancing the functionality of Make-based projects. These | |||
| 5 | extensions provide additional features and convenience functions to | 5 | extensions provide additional features and convenience functions to |
| 6 | improve the overall usage of GNU Make as a task runner. | 6 | improve the overall usage of GNU Make as a task runner. |
| 7 | 7 | ||
| 8 | All the extnstions are written in GNU Make so no other languages are used | ||
| 9 | making this very embedable and has zero dependencies other than GNU Make. | ||
| 10 | |||
| 8 | > [!NOTE] | 11 | > [!NOTE] |
| 9 | > This extensions are abusing GNU Make in some sense since it was not | 12 | > This extensions are abusing GNU Make in some sense since it was not |
| 10 | > meant to really be a task runner. Keep that in mind. However, despite | 13 | > meant to really be a task runner. Keep that in mind. However, despite |
| @@ -140,7 +143,7 @@ The following example will produce the following result. | |||
| 140 | 143 | ||
| 141 | ```text | 144 | ```text |
| 142 | $ make | 145 | $ make |
| 143 | This provides some additional tools for makefiles. | 146 | This provides some additional tools for this project. |
| 144 | 147 | ||
| 145 | Targets: | 148 | Targets: |
| 146 | build-app Build the application | 149 | build-app Build the application |
