aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e72b07..1470c0a 100644
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,8 @@ clean:
cgit: $(OBJECTS)
$(CC) -o cgit $(OBJECTS) $(EXTLIBS)
-$(OBJECTS): cgit.h git.h
+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