A phony makefile target is a target that is not associated with a file name. Make would not search for the file and its timestamp.
A phony makefile target is a target that is not associated with a file name. Make would not search for the file and its timestamp.
Targets that do not write or modify an eponymous file, should be declared PHONY.
See also the GNU manual.