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