Class: RootMakefileMaker

Inherits:
NormalMakefileMaker show all
Defined in:
lib/simple-make/root_makefile_maker.rb

Instance Method Summary collapse

Methods inherited from NormalMakefileMaker

#generate_make_file, #generate_make_file_for_current_project, #generate_makefile_for_dep_project

Constructor Details

#initialize(project, context) ⇒ RootMakefileMaker

Returns a new instance of RootMakefileMaker.



4
5
6
# File 'lib/simple-make/root_makefile_maker.rb', line 4

def initialize project, context
  super project, context, "root_makefile"
end