+install: all clean-cache
+ install cgit $(INSTALL_DIR)/cgit.cgi
+ install cgit.css $(INSTALL_DIR)/cgit.css
+
+cgit: cgit.c cgit.h git.h $(OBJECTS)
+ $(CC) $(CFLAGS) -DCGIT_VERSION='"$(CGIT_VERSION)"' cgit.c -o cgit \
+ $(OBJECTS) $(EXTLIBS)
+
+$(OBJECTS): cgit.h git.h
+
+ui-diff.o: xdiff.h