Class: RootMakefileMaker
- Inherits:
-
NormalMakefileMaker
- Object
- NormalMakefileMaker
- RootMakefileMaker
- Defined in:
- lib/simple-make/root_makefile_maker.rb
Instance Method Summary collapse
-
#initialize(project, context) ⇒ RootMakefileMaker
constructor
A new instance of RootMakefileMaker.
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 |