top | item 41609131

(no title)

zkldi | 1 year ago

cargo is a bad example as it's universally `cargo build`.

Make on its own is great but most of the time I've worked with C projects it's been cmake/autotools + global pkg installs, which you Do have to frequently look up.

discuss

order

diggan|1 year ago

> cargo is a bad example as it's universally `cargo build`.

Except if you want to use some specific feature. Or specific log level. Or build a specific crate in a workspace. Or...

xigoi|1 year ago

How does make solve those proBlems?