diff options
author | Russell Belfer <rb@github.com> | 2013-06-23 20:33:57 -0700 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2013-07-10 20:50:31 +0200 |
commit | d39fff36484e908438beb17ee043689962182460 (patch) | |
tree | 778d7fe446357b1f1da337e40719e43951f459fd /examples/Makefile | |
parent | bf3ee3cf3130d50cb1813c3ec31993a96dae0607 (diff) | |
download | libgit2-d39fff36484e908438beb17ee043689962182460.tar.gz |
Basic framework for log command
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 140cc4da9..6288906df 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -3,7 +3,7 @@ CC = gcc CFLAGS = -g -I../include -I../src -Wall -Wextra -Wmissing-prototypes -Wno-missing-field-initializers LFLAGS = -L../build -lgit2 -lz -APPS = general showindex diff rev-list cat-file status +APPS = general showindex diff rev-list cat-file status log all: $(APPS) |