Using Sun WorkShop

The make Command

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


demo% make

You can add a number of options to the make command for your application using the Options dialog box in Sun WorkShop (see "Specifying Make Options").

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: