what do the cool kids use today instead of a makefile? I could hammer out a build.zig file but that looks overkill tbh. not a zig project btw
@merlin What do you want to actually achieve? Is it just task running, or are you aiming for build orchestration/caching?
@pj task running, but file aware and dependency aware at Makefiles themselves. Gluing together git, pandoc, curl and stuff

I’ve found some new project like that couple months ago and I lost it… makes me sad because I want to ditch make as well

@merlin