| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |