Makefile: build dependency lists (*.d) during regular build.
authorDavin McCall <davmac@davmac.org>
Sat, 13 Jan 2018 13:18:44 +0000 (13:18 +0000)
committerDavin McCall <davmac@davmac.org>
Sat, 13 Jan 2018 13:18:44 +0000 (13:18 +0000)
commit690abd713c7c66f7e8c517ad4d25c5e0f2b6bace
tree51fe69249d717406f3d18c0d18fb76c4e899cc40
parent75821e671d683784f256600382966a9645b7958a
Makefile: build dependency lists (*.d) during regular build.

No need to build the dependency files as a separate step.

Also, make "make check" no longer build main objects.
src/Makefile