Fortran Programming Guide

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: