about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2006-12-09 15:29:05 +0100
committerLars Hjemli <hjemli@gmail.com>2006-12-09 15:29:05 +0100
commitc76a52be5b5af940b8bcc9b3f554f4d44367506a (patch)
tree289a096a0e0642ad33c370762049a817d64989fe /Makefile
parentImport cgit prototype from git tree (diff)
downloadcgit-pink-c76a52be5b5af940b8bcc9b3f554f4d44367506a.tar.gz
cgit-pink-c76a52be5b5af940b8bcc9b3f554f4d44367506a.zip
Replace useless make rules with generic $(OBJECTS) dependency
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
-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:
 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
50858f&follow=1'>Show other clients' cursorsJune McEnroe 2017-07-31Perform enter as two moves rather than a loopJune McEnroe 2017-07-31Track tile access countsJune McEnroe 2017-07-31Adjust move speed in clientJune McEnroe 2017-07-31Handle large movesJune McEnroe 2017-07-30Optimize builds for chrootJune McEnroe 2017-07-30Persist bright across color changesJune McEnroe 2017-07-30Add index.htmlJune McEnroe 2017-07-30Add snapshot.shJune McEnroe 2017-07-30Fix termcap patch for background colorsJune McEnroe 2017-07-30Update helpJune McEnroe 2017-07-30Fix help to track colorJune McEnroe 2017-07-30Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe