Sun Studio 12: Fortran Programming Guide

3.1.2 make Command

The make command can be invoked with no arguments, simply:


demo% make

The make utility looks for a file named makefile or Makefile in the current directory and takes its instructions from that file.

The make utility: