]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: add {program,xdiff,test,git,fuzz}-objs & objects targets
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 23 Feb 2021 11:41:31 +0000 (12:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Feb 2021 17:57:59 +0000 (09:57 -0800)
commit029bac01a87ec8c3f569199c1c3ce71c21c6a161
tree7a11df05d52b3ef220a330d4b37397e16b7744c5
parentabc3c87f3d08e7d3adf7ff1e034d99b10a9420cf
Makefile: add {program,xdiff,test,git,fuzz}-objs & objects targets

Add targets to compile the various *.o files we declared in commonly
used *_OBJS variables. This is useful for debugging purposes, to
e.g. get to the point where we can compile a git.o. See [1] for a
use-case for this target.

https://lore.kernel.org/git/YBCGtd9if0qtuQxx@coredump.intra.peff.net/

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile