Declare Makefile targets as PHONY
By default, targets in Makefiles maps to files. This isn't the case here as the targets are used as simple 'shortcuts'. That kind of target should be declared as "phony", as described in the manual: https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
This commit is contained in:
parent
0e2bf8417f
commit
5f4fa6a3c6
Loading…
Reference in New Issue
Block a user