The Joys Of Data-Driven Programming

Marko Rauhamaa marko at pacujo.net
Wed Aug 31 09:55:10 EDT 2016


Cem Karan <cfkaran2 at gmail.com>:

> On Aug 31, 2016, at 9:02 AM, Paul Moore <p.f.moore at gmail.com> wrote:
>> In the days when make was invented, not compiling a source file whose
>> object file was up to date was a worthwhile time saving. Now I'm more
>> likely to just do "cc -c *.c" and not worry about it.
>
> OK, I see what you're doing, and you're right, Ninja could be forced to
> do what you want, but it isn't the tool that you need.

So if you always need to perform a quick batch of commands, a simple
build.sh script would do, right?


Marko



More information about the Python-list mailing list