• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1use ExtUtils::MakeMaker;
2
3WriteMakefile(
4    'NAME'   => 'marisa',
5    'LIBS'   => ['-lmarisa'],
6    'OBJECT' => 'marisa-swig.o marisa-swig_wrap.o'
7);
8