summaryrefslogtreecommitdiffabout
authorLars Hjemli <hjemli@gmail.com>2006-12-20 23:53:03 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2006-12-20 23:53:34 (UTC)
commit8e495b075d0c84bb9a6e6ddee28930e3adaf8d7d (patch) (unidiff)
tree07795ff5350e3434d48145362deea1d3ad961abc
parent40dea5254a64408c8707d31374fbea170c62e42f (diff)
downloadcgit-8e495b075d0c84bb9a6e6ddee28930e3adaf8d7d.zip
cgit-8e495b075d0c84bb9a6e6ddee28930e3adaf8d7d.tar.gz
cgit-8e495b075d0c84bb9a6e6ddee28930e3adaf8d7d.tar.bz2
cgit 0.1v0.1
With a working diff, it really has all the basics. Next steps will be to make it more usable and less ugly :) Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52e1cb7..c290c6f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
1CGIT_VERSION = 0.1-pre 1CGIT_VERSION = 0.1
2 2
3INSTALL_BIN = /var/www/htdocs/cgit.cgi 3INSTALL_BIN = /var/www/htdocs/cgit.cgi
4INSTALL_CSS = /var/www/htdocs/cgit.css 4INSTALL_CSS = /var/www/htdocs/cgit.css
5CACHE_ROOT = /var/cache/cgit 5CACHE_ROOT = /var/cache/cgit
6 6
7EXTLIBS = ../git/libgit.a ../git/xdiff/lib.a -lz -lcrypto 7EXTLIBS = ../git/libgit.a ../git/xdiff/lib.a -lz -lcrypto
8OBJECTS = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \ 8OBJECTS = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \
9 ui-summary.o ui-log.o ui-view.c ui-tree.c ui-commit.c ui-diff.o 9 ui-summary.o ui-log.o ui-view.c ui-tree.c ui-commit.c ui-diff.o