about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2006-12-21 00:47:05 +0100
committerLars Hjemli <hjemli@gmail.com>2006-12-21 00:47:05 +0100
commit40dea5254a64408c8707d31374fbea170c62e42f (patch)
tree73db6b2da0518ad098481ba1911b55b3a289be5d
parentAdd basic diff view (diff)
downloadcgit-pink-40dea5254a64408c8707d31374fbea170c62e42f.tar.gz
cgit-pink-40dea5254a64408c8707d31374fbea170c62e42f.zip
Let make know that ui-diff.c depends on xdiff.h
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4aa7afe..52e1cb7 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,8 @@ cgit: cgit.c cgit.h git.h $(OBJECTS)
 
 $(OBJECTS): cgit.h git.h
 
+ui-diff.o: xdiff.h
+
 .PHONY: clean
 clean:
 	rm -f cgit *.o
2272e6261651d3d1348b&follow=1'>Add htagml -xJune McEnroe 2021-01-12Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe 2021-01-12Split fields by tab onlyJune McEnroe 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe