all repos — cgit @ c76a52be5b5af940b8bcc9b3f554f4d44367506a

a hyperfast web frontend for git written in c

Replace useless make rules with generic $(OBJECTS) dependency

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Sat, 09 Dec 2006 15:29:05 +0100
commit

c76a52be5b5af940b8bcc9b3f554f4d44367506a

parent

0d169ada2ba81210ab1191a5f2212662e90db77e

1 files changed, 1 insertions(+), 5 deletions(-)

jump to
M MakefileMakefile

@@ -17,8 +17,4 @@

cgit: $(OBJECTS) $(CC) -o cgit $(OBJECTS) $(EXTLIBS) -cgit.o: cgit.h git.h config.o html.o - -config.o: cgit.h git.h html.c - -html.o: cgit.h git.h html.c +$(OBJECTS): cgit.h git.h