diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ cgit: cgit.c cgit.h git.h $(OBJECTS) | |||
22 | 22 | ||
23 | $(OBJECTS): cgit.h git.h | 23 | $(OBJECTS): cgit.h git.h |
24 | 24 | ||
25 | ui-diff.o: xdiff.h | ||
26 | |||
25 | .PHONY: clean | 27 | .PHONY: clean |
26 | clean: | 28 | clean: |
27 | rm -f cgit *.o | 29 | rm -f cgit *.o |