bendns' repos
/
cgit
the repository which powers this website
themed
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Let make know that ui-diff.c depends on xdiff.h
Signed-off-by: Lars Hjemli <
[email protected]
>
Browse Source
Lars Hjemli
2006-12-21
parent
36aba00
· commit
40dea52
Diffstat
-rw-r--r--
Makefile
2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4aa7afec..52e1cb79 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