aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Lars Hjemli <hjemli@gmail.com>2006-12-09 23:29:05 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2006-12-09 23:29:05 (JST)
commitc76a52be5b5af940b8bcc9b3f554f4d44367506a (patch)
tree289a096a0e0642ad33c370762049a817d64989fe /Makefile
parent0d169ada2ba81210ab1191a5f2212662e90db77e (diff)
downloadcgit-c76a52be5b5af940b8bcc9b3f554f4d44367506a.zip
cgit-c76a52be5b5af940b8bcc9b3f554f4d44367506a.tar.gz
Replace useless make rules with generic $(OBJECTS) dependency
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 1470c0a..4e72b07 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,4 @@ clean:
17cgit: $(OBJECTS) 17cgit: $(OBJECTS)
18 $(CC) -o cgit $(OBJECTS) $(EXTLIBS) 18 $(CC) -o cgit $(OBJECTS) $(EXTLIBS)
19 19
20cgit.o: cgit.h git.h config.o html.o 20$(OBJECTS): cgit.h git.h
21
22config.o: cgit.h git.h html.c
23
24html.o: cgit.h git.h html.c