diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 13:01:08 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-05-12 13:01:08 +0200 |
| commit | 4452ccce6468cfeec4d61c4bf776bad353ba1d65 (patch) | |
| tree | 33f569f488f6107bf064bfa1cf84756d34c770ab /README.md | |
| parent | b4d680454504efd64882872fc9bb280e5e178f40 (diff) | |
| download | makext-4452ccce6468cfeec4d61c4bf776bad353ba1d65.tar.gz | |
Typo fixes in readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -1,13 +1,18 @@ # GNU Make Extensions -Makext is a collection of useful extensions for Makefiles, aimed at -simplifying and enhancing the functionality of Make-based projects. These -extensions provide additional features and convenience functions to -improve the overall usage of GNU Make as a task runner. +Makext is a collection of useful extensions for Makefiles, aimed +at simplifying and enhancing the functionality of Make-based +projects. These extensions provide additional features and +convenience functions to improve the overall usage of [GNU +Make](https://www.gnu.org/software/make/) as a task runner. All the extensions are written in GNU Make so no other languages are used making this very embedable and has zero dependencies other than GNU Make. +Other than `makext.mk` all the other files in the repository are either +license or readme files or just testing data that is/are not needed to +use it. + > [!NOTE] > This extensions are abusing GNU Make in some sense since it was not > meant to really be a task runner. Keep that in mind. However, despite |
