Kind all,
I've received a very messy fortran program which I'm tried to debug: in order to do that I would like to use the debugging features of a IDE to ease the process, an IDE such as Eclipse Photran
The program is made by multiple .f90 files (and other auxiliary files that it reads at runtime) with an associated makefile.
I've created an empty makefile fortran project, copied the original folders and files in the new Photran workspace and now I'm trying to build the executable via the existing makefile to proceed with debug, but I'm failing at it.
I do not understand how to create a make target so that Photran does the same thing as typing into the console "make makefile", can somebody help on this?
Thanks