Makefile: add "target" target
commita267a6b025fc2f0c2b870cf1674f62716082e195
authorKyle J. McKay <mackyle@gmail.com>
Thu, 4 May 2017 07:28:19 +0000 (4 00:28 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 4 May 2017 07:28:19 +0000 (4 00:28 -0700)
tree4beaeaf18596d41533549e3fab605e8beb4e3b84
parent5f72d9eb9e53367257a8d41ca45e26de0998d015
Makefile: add "target" target

Add a special "target" target that always runs Makefile.mak and,
if the variable "TARGET" has been set, passes those target(s)
along as the goals.

Normally this is not necessary, but when making explicit targets
that are usually made implicitly this may be necessary in obscure
cases to force them to build properly rather than having the wrapper
Makefile incorrectly think they're already up-to-date.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Makefile