X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile;h=3a2858061980a2848b078bfa8f6a872444a48fdb;hb=9c0f4823614cf80b0d110a648d95de84be5b7bd3;hp=48e2a9cb220690f3733ae5fc4b831732b5051872;hpb=c699f9b924d763b762df932769d91e3d053634a8;p=git.git diff --git a/Makefile b/Makefile index 48e2a9cb2..3a2858061 100644 --- a/Makefile +++ b/Makefile @@ -207,7 +207,7 @@ DIFF_OBJS = \ diffcore-delta.o log-tree.o LIB_OBJS = \ - blob.o commit.o connect.o csum-file.o base85.o \ + blob.o commit.o connect.o csum-file.o cache-tree.o base85.o \ date.o diff-delta.o entry.o exec_cmd.o ident.o index.o \ object.o pack-check.o patch-delta.o path.o pkt-line.o \ quote.o read-cache.o refs.o run-command.o dir.o \ @@ -610,6 +610,9 @@ test-date$X: test-date.c date.o ctype.o test-delta$X: test-delta.c diff-delta.o patch-delta.o $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $^ +test-dump-cache-tree$X: dump-cache-tree.o $(GITLIBS) + $(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) $(LIBS) + check: for i in *.c; do sparse $(ALL_CFLAGS) $(SPARSE_FLAGS) $$i || exit; done