diff options
author | Lars Hjemli <hjemli@gmail.com> | 2007-07-22 23:42:55 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2007-07-22 23:44:57 +0200 |
commit | 4e9107abfe8d3edff17826875b417bcf40dc7390 (patch) | |
tree | 96cfafa9b8838f34e1363ee3019eae64a6229b30 /Makefile | |
parent | make gen-version.sh run even if . is not in PATH (diff) | |
download | cgit-pink-4e9107abfe8d3edff17826875b417bcf40dc7390.tar.gz cgit-pink-4e9107abfe8d3edff17826875b417bcf40dc7390.zip |
Add ui-tag.c
This file implements the tag-command, i.e. printing of annotated tags. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index cea09f1..50d0011 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ VERSION: EXTLIBS = git/libgit.a git/xdiff/lib.a -lz -lcrypto OBJECTS = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \ ui-summary.o ui-log.o ui-tree.o ui-commit.o ui-diff.o \ - ui-snapshot.o ui-blob.o + ui-snapshot.o ui-blob.o ui-tag.o CFLAGS += -Wall |