Class: Trek::Generators::Install::MakefileGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Includes:
Helpers
Defined in:
lib/generators/trek/install/makefile_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_makefileObject



14
15
16
17
# File 'lib/generators/trek/install/makefile_generator.rb', line 14

def copy_makefile
  template "Makefile",
    "Makefile"
end