I have come across this many times: .PHONY
at the end of files Makefile
and would like to know what it means. I have used Makefiles
but never needed to add that.
A concrete example of what I found now:
.PHONY: \
all \
test \
clean \
release