Programming Utilities Guide

Unknown Targets

If a target is named either on the command line or in a dependency list, and it

Then make stops processing and issues an error message.

$ make believe 
make: Fatal error: Don't know how to make target `believe'.

Note -

However, if the -k option is in effect, make continues with the other targets that do not depend on the one in which the error occurred.