Git, the D package manager

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 4 11:20:47 PST 2015


On 2015-02-02 15:17, Manu via Digitalmars-d wrote:

> If I have another build tool, then I already have a build tool. Why
> would I want 2 build tools? Double the trouble.

In my experience most build tools are to complicated, or rather, it's 
too complicated for simple projects. Especially if they don't directly 
support the target language. A build script for an executable should be 
as simple as:

target "foo"

That would track all dependencies of the "foo.d" file and build that.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list