mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-12-22 01:50:44 -06:00
docs: readme wording
This commit is contained in:
parent
18dfd8b5e5
commit
2f9173871b
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@
|
|||
GNU make is an excellent build tool and the task runner we love to hate, but can't escape.
|
||||
So let's improve the UX to make it the best task runner it can be.
|
||||
|
||||
`Task.mk`, is a standalone `Makefile` you can deploy alongside your own
|
||||
to add some QOL improvements for your users and fellow maintainers.
|
||||
`Task.mk`, is a standalone `Makefile` powered by a little magic (code golfing `python` inside of `make`) and little luck (absurd string manipulation and regexes).
|
||||
You can deploy it alongside your own to add some QOL improvements for your users and fellow maintainers.
|
||||
|
||||
|
||||
Current Features:
|
||||
|
||||
|
|
Loading…
Reference in a new issue