From: Linus Torvalds Date: Mon, 18 Apr 2005 19:49:39 +0000 (-0700) Subject: Clean up the Makefile a bit. X-Git-Tag: v0.99~831 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0a02ce72d9ab78d061b2cc919bc15e36fe620ddc?hp=0a02ce72d9ab78d061b2cc919bc15e36fe620ddc Clean up the Makefile a bit. This introduces the concept of git "library" objects that the real programs use, and makes it easier to add such things to a "libgit.a". This will also make it trivial to split the current "read-cache.o" into more aptly named pieces (it does a lot more than just read the index file). ---