8 lines
151 B
Perl
8 lines
151 B
Perl
use ExtUtils::MakeMaker;
|
|
|
|
WriteMakefile(
|
|
'NAME' => 'marisa',
|
|
'LIBS' => ['-lmarisa'],
|
|
'OBJECT' => 'marisa-swig.o marisa-swig_wrap.o'
|
|
);
|