Cleanup of readme of some old text

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-05-12 01:05:52 +0200
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-05-12 01:05:52 +0200
Commit a40430980c2ae462c87fd931db178e20c3a97633 (patch)
-rw-r--r-- README.md 7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
...
11
> meant to really be a task runner. Keep that in mind. However, dispite
11
> meant to really be a task runner. Keep that in mind. However, dispite
12
> that, I constantly find myself using it as such.
12
> that, I constantly find myself using it as such.
13
  
13
  
14
These extensions push the boundaries of GNU Make, which was originally
  
15
designed for building software projects rather than serving as a
  
16
general-purpose task runner. It's important to keep this in mind while
  
17
using them. However, despite this deviation from its intended purpose,
  
18
I find myself relying on GNU Make as a task runner in various projects.
  
19
  
  
20
  
  
21
Features include:
14
Features include:
22
  
15
  
23
- Enhanced help message generation with support for custom descriptions.
16
- Enhanced help message generation with support for custom descriptions.
...