Why Zig command line interface ignores -o standard?
make --print-data-base -f /dev/null | grep -- -o
Every time when I use make (almost all my projects use make / mk) I have to fix implicit rules due this inconsistency.
And please, do not point me on zig build standard as an argument against classic make files. IMHO, Zig is not only language. Zig provides “Great Compiler Collection” to manage source code bases. Try to use Zig compilers, for example, for Plan9 sources. It works. It is amazing.
Sorry if the subject is off-topic or “repost”.