I have a very small C program I want to include with my Perl module. Is there a way to have MakeMaker compile this for me when they compile my Perl module?
The C program will be stand alone, ie not linked to my .pm
I have a very small C program I want to include with my Perl module. Is there a way to have MakeMaker compile this for me when they compile my Perl module?
The C program will be stand alone, ie not linked to my .pm