Makefile: Cover more files with make check
commit52d269da7ec66338e733aaf839ce5b8ad6709337
authorStephen Boyd <bebarino@gmail.com>
Mon, 21 Mar 2011 09:45:03 +0000 (21 02:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Mar 2011 17:23:02 +0000 (21 10:23 -0700)
tree9702ce4b01a1f394e42fcab3ca0af35df9841a7e
parent08c8d5581363998fda2803da2620d47fe8b50f0d
Makefile: Cover more files with make check

After the builtin/ move 'make check' doesn't cover the builtin/
directory. We could just add builtin/*.c but lets just use GIT_OBJS
instead so we cover future movement of the source files.

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile