checkmake
checkmake copied to clipboard
Support PHONY variable
Support:
PHONY += all
all:
true
.PHONY: ${PHONY}
It currently gives the error:
Target "all" should be declared PHONY