Makefile: restore .PHONY markers
commit16097108d2befad2029ed277486912b08f6137ee
authorDavid Aguilar <davvid@gmail.com>
Mon, 13 Aug 2018 01:25:32 +0000 (12 18:25 -0700)
committerDavid Aguilar <davvid@gmail.com>
Mon, 13 Aug 2018 01:25:32 +0000 (12 18:25 -0700)
treefa32ec2347eab799ea22f96b31a8ff4fb6288a40
parent0dea1f1e735e6e89023e5217a7e0af063245b4f8
Makefile: restore .PHONY markers

It's easier to be consistent and use .PHONY everywhere, rather than have
to remember which also have directories by the same name.

Restore the .PHONY targets so that the "requirements" target works
correctly, and to future-proof against other paths.

Signed-off-by: David Aguilar <davvid@gmail.com>
Makefile