Buck / Bazel and to a very minimal extent make, get this right. There are pattern match rules and extensibility rules. The dependency graph largely works.
Task is trying to be a decent make alternative, but it's solving a years old problem. The next problem in build systems needs more thought and execution.
Best wishes, Divye
target: dependency
make_it_so
I have replaced many multi page build.sh/dev.sh scripts with a 20 line or less Makefile using nothing more than the syntax above.Yes the tab thing is stupid, vim makes it not matter.
Make has intrinsic knowledge about how to build, compile, detect changes and recompile source code, and more. If you're using make solely as a task runner then yes, this could be a much more developer-friendly replacement.