revamp makefile, build and link objects instead of #include'ing them
authorkremlin <ian@kremlin.cc>
Tue, 15 Jul 2014 05:03:17 +0000 (00:03 -0500)
committerkremlin <ian@kremlin.cc>
Tue, 15 Jul 2014 05:03:17 +0000 (00:03 -0500)
commita4e2e9adf324a4e8c672aaee05521ab689318845
tree9be1e9199fd11790c948f5eff78cf162601ae109
parent9b916a51f0b2b5e35b150afda7d2cc0826082cd1
revamp makefile, build and link objects instead of #include'ing them

previously main.c #include'd files which themselves #include'd all source
files. now, we (correctly) build objects from the genfile, which are linked
to our sources.
Makefile