summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-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
@@ -17,14 +17,16 @@ install: all clean-cache
17 install cgit.css $(INSTALL_CSS) 17 install cgit.css $(INSTALL_CSS)
18 18
19cgit: cgit.c cgit.h git.h $(OBJECTS) 19cgit: cgit.c cgit.h git.h $(OBJECTS)
20 $(CC) $(CFLAGS) -DCGIT_VERSION='"$(CGIT_VERSION)"' cgit.c -o cgit \ 20 $(CC) $(CFLAGS) -DCGIT_VERSION='"$(CGIT_VERSION)"' cgit.c -o cgit \
21 $(OBJECTS) $(EXTLIBS) 21 $(OBJECTS) $(EXTLIBS)
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
28 30
29clean-cache: 31clean-cache:
30 rm -rf $(CACHE_ROOT)/* 32 rm -rf $(CACHE_ROOT)/*