Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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