Rakefile: configuration file for Rake build language (equivalent build.xml in Ant). Rakefiles are Rake's version of Makefiles.
Rakefiles define Rule patterns to synthesize implicit tasks for Rake. There usage is similar to Makefiles for make.
Rakefiles are defined in pure Ruby. There filename is normally rakefile
or Rakefile
.
Rake's command line option —rakefile filename
use filename
as the name of the rakefile.