this post was submitted on 25 Jun 2024
27 points (84.6% liked)

Linux

4828 readers
88 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] thesmokingman@programming.dev 7 points 2 months ago (2 children)

The only feature that vanilla Make doesn’t have over this is solid Windows support.

I’ve evaluated a ton of these tools for CI/CD processes and common task management. So far I have found that Make is the best solution for task management unless you need strong Windows support. If you want to go crazy, you can use Autotools but that’s really only for builds not tasks. I get it; it’s cool to reinvent the wheel with a new feature that makes one thing a little bit easier.

[–] nemith@programming.dev 1 points 2 months ago

I agree. The only one that was close for me is Just. It is just Makefiles but without all the baggage.

load more comments (1 replies)