in reply to Re: How to create a Makefile for a Perl application?
in thread How to create a Makefile for a Perl application?

I have script as follows:

perl -I -Mmod1 -Mmod2 pgm.pl paramFile perl -I -Mmod3 -Mmod4 pgm2.pl paramFile2

How can I put this into a makefile?

Replies are listed 'Best First'.
Re^3: How to create a Makefile for a Perl application?
by Anonymous Monk on Jan 08, 2015 at 22:35 UTC