6 lines
108 B
Makefile
6 lines
108 B
Makefile
|
use ExtUtils::MakeMaker;
|
||
|
WriteMakefile(
|
||
|
'NAME' => 'xCAT',
|
||
|
'VERSION' => '2.0',
|
||
|
);
|