Hi,
I would like to generate more than one executable with a single makefile. From the makefile examples in the Users Guide I do'nt seem to get this to work. If I have file1.f90 ... file4.f90 I would like to generate prog1.exe ... prog4.exe using a single makefile.
What would the makefile look like?
Thanks