From 0fcfd160b0495c0881e142c546c4418b8cea7e93 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Mon, 18 Apr 2005 13:04:43 -0700 Subject: Split up read-cache.c into more logical clumps. Do the usage and error reporting in "usage.c", and the sha1 file accesses in "sha1_file.c". Small, nice, easily separated parts. Good. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3438df3ba7..424c4e43ef 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ all: $(PROG) install: $(PROG) install $(PROG) $(HOME)/bin/ -LIB_OBJS=read-cache.o object.o commit.o tree.o blob.o +LIB_OBJS=read-cache.o sha1_file.o usage.o object.o commit.o tree.o blob.o LIB_FILE=libgit.a $(LIB_FILE): $(LIB_OBJS) -- cgit v1.2.1