From: Stefan Lang Date: 2005-05-16T03:46:08+09:00 Subject: Re: [ANN] Rant 0.3.8 On Sunday 15 May 2005 18:20, gabriele renzi wrote: > Ara.T.Howard@noaa.gov ha scritto: > > this looks very cool. can you compare/contrast this with rake? > > look here for a previous explanation > http://www.ruby-talk.org/cgi-bin/scat.rb/ruby/ruby-talk/135299 This was especially in the early days of Rant. It got a bunch of new features since then. Amongst them: * Useful for bigger projects: You can have more than one buildfile for your project, e.g. one per directory (no need for things like "recursive make"). * As already noted, Rant can determine dependencies between C/C++ source files. * Automatic cleanup of generated files. All (I hope!) features are documented, read http://make.ruby-co.de. Stefan