blob: 554892e9963cec7a6a9a66c7b91484bea555c7d2 [file] [log] [blame]
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'marisa',
'LIBS' => ['-lmarisa'],
'OBJECT' => 'marisa-swig.o marisa-swig_wrap.o'
);