Class: Trek::Generators::Install::MakefileGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- Trek::Generators::Install::MakefileGenerator
- Includes:
- Helpers
- Defined in:
- lib/generators/trek/install/makefile_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_makefile ⇒ Object
14 15 16 17 |
# File 'lib/generators/trek/install/makefile_generator.rb', line 14 def copy_makefile template "Makefile", "Makefile" end |