update makefile: phony is target not variable
.PHONY
is make target not variable
https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
also cleanup unused PWD
variable, if such behaviour is wanted $(CURDIR)
builtin is better used