summaryrefslogtreecommitdiff
path: root/Makefile.PL
blob: 3f5d17c2c65ac77b9b259a94d7c58b53d373d02b (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl

use strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
  EXE_FILES => [ 'mat' ]
);