Makefile: add missing PHONY targets
authorArnout Vandecappelle <arnout@mind.be>
Wed, 14 Jun 2017 22:11:32 +0000 (00:11 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 15 Jun 2017 09:51:56 +0000 (11:51 +0200)
commit6ab14ff20938b68d95c4b312073e27d24b5fedc8
tree934e5c34a8fc1772f5dbef6c092f44a8a6e64596
parent5f94c97a62a4377ded33ebeb23b17283f4a7123f
Makefile: add missing PHONY targets

Quite a few targets in the top-level Makefile were missing the .PHONY
marking. Now that the .PHONY declarations are next to the definition
of the targets, they are much easier to find.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile