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)
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.


No differences found