6 ms·
I "hate" Makefiles, for building it's faster to use meson, zig build, cmake+ninja. For this use case, https://github.com/adriancooney/Taskfile https://github.co
by leiserfg 2y ago
I "hate" Makefiles, for building it's faster to use meson, zig build, cmake+ninja. For this use case, https://github.com/adriancooney/Taskfile https://github.com/adriancooney/Taskfile is way more flexible and you don't need to mess with PHONY rules.