Top Level Namespace
Defined Under Namespace
Modules: RGeo
Instance Method Summary collapse
-
#create_dummy_makefile ⇒ Object
—————————————————————————–.
Instance Method Details
#create_dummy_makefile ⇒ Object
Makefile builder for GEOS wrapper
6 7 8 |
# File 'ext/geos_c_impl/extconf.rb', line 6 def create_dummy_makefile ::File.open("Makefile", "w") { |f_| f_.write(".PHONY: install\ninstall:\n") } end |