There are comments at the top of the makefile that define
any variables that may need to be changed for a proper
compilation.

Notes:
  In order to compile the fortran example, it may be
  necessary to modify line #21 , of F_example.f to point
  to the appropriate location of the fnetsolve.h include
  file.

  It is normal for the Fortran compiler to complain about
  functions like FNETSL, being used with different numbers
  and types of arguments. This is not an error due to
  the variable argument nature of the FNETSL and FNETSLNB
  functions.

To compile:
  UNIX> make

To run C example:
  UNIX> C_example

To run F example:
  UNIX> F_example
