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)
commitd5200a78f738245171a945526688e05b673a68e4
tree9be1e9199fd11790c948f5eff78cf162601ae109
parentbb3e93ce1b7a16d9cdd11ed4e8fb6b9a9164f541
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