Phony targets declaration make
Prevent make from confusing targets with files of the same name
.PHONY: build test deploy clean
more make
all 10 commands →
Prevent make from confusing targets with files of the same name
.PHONY: build test deploy clean