Make sure to have a fortran95 compiler installed (Recommended: f95)
Tested for f95, gfortran

In this directory     
type
1. make clean
2. make

to use the default compiler (f95)

or (mention the compiler of choice as an environment variable to override the default compiler)

i.e., 
type
1. make clean
2. make FC=gfortran
