about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hjemli2006-12-21 00:47:05 +0100
committerLars Hjemli2006-12-21 00:47:05 +0100
commit40dea5254a64408c8707d31374fbea170c62e42f (patch)
tree73db6b2da0518ad098481ba1911b55b3a289be5d /Makefile
parentAdd basic diff view (diff)
downloadcgit-40dea5254a64408c8707d31374fbea170c62e42f.tar.gz
cgit-40dea5254a64408c8707d31374fbea170c62e42f.zip
Let make know that ui-diff.c depends on xdiff.h
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
-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)
22 22
23$(OBJECTS): cgit.h git.h 23$(OBJECTS): cgit.h git.h
24 24
25ui-diff.o: xdiff.h
26
25.PHONY: clean 27.PHONY: clean
26clean: 28clean:
27 rm -f cgit *.o 29 rm -f cgit *.o