create_makefile(target, srcprefix = nil)
Instance Public methods
Generates the Makefile for your extension, passing along any options and
preprocessor constants that you may have generated through other methods.
The target name should correspond the name of the global
function name defined within your C extension, minus
the Init_. For example, if your C
extension is defined as Init_foo, then your target would
simply be âfooâ.
If any â/â characters are present in the target name, o