]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Clean up the Makefile a bit.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 18 Apr 2005 19:49:39 +0000 (12:49 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 18 Apr 2005 19:49:39 +0000 (12:49 -0700)
commit0a02ce72d9ab78d061b2cc919bc15e36fe620ddc
treeb33aa1f12f34891ff6a79cf499f7757233ce9707
parent839a7a06f35bf8cd563a41d6db97f453ab108129
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).
Makefile