On 23/09/22 03:09PM, NRK wrote:
> Some tend to argue that this "doesn't scale", but as I said, this is for
> small projects. And the chances of your small project turning into the
> next linux kernel [2] with 30M LoC is probably not high. So don't create
> new *actual problems* by trying to solve an imaginary one.

The moment there is a new compilation unit, or several of them (but still way 
below "30M LoC" -- say, utils.c, screen.c and utf8.c), this quickly becomes 
tedious to type for every unit and a program. And then one puts those commands 
in ./build.sh. And then it occurs that one needs to adapt to a different 
compiler, different flags, different PREFIX and so on and ./build.sh gradually 
becomes less elegant than, say, a mkfile.

Attachment: signature.asc
Description: PGP signature

Reply via email to