Flowdock
method

dummy_makefile

Importance_0
v1_9_2_180 - Show latest stable - 0 notes - Class: Object
dummy_makefile(srcdir) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/mkmf.rb, line 1550
def dummy_makefile(srcdir)
  configuration(srcdir) << CLEANFILES = #{$cleanfiles.join(' ')}DISTCLEANFILES = #{$distcleanfiles.join(' ')}all install static install-so install-rb: Makefile.PHONY: all install static install-so install-rb.PHONY: clean clean-so clean-rb << CLEANINGS
end
Register or log in to add new notes.