class RootMakefileMaker

Public Class Methods

new(project, context) click to toggle source
Calls superclass method NormalMakefileMaker::new
# File lib/simple-make/root_makefile_maker.rb, line 4
def initialize project, context
  super project, context, "root_makefile"
end